| 4677 | // GetProcessor |
| 4678 | |
| 4679 | ConstProcessorRcPtr Config::getProcessor(const ConstColorSpaceRcPtr & src, |
| 4680 | const ConstColorSpaceRcPtr & dst) const |
| 4681 | { |
| 4682 | ConstContextRcPtr context = getCurrentContext(); |
| 4683 | return getProcessor(context, src, dst); |
| 4684 | } |
| 4685 | |
| 4686 | ConstProcessorRcPtr Config::getProcessor(const ConstContextRcPtr & context, |
| 4687 | const ConstColorSpaceRcPtr & src, |