Note: works from the list of all color spaces.
| 2495 | |
| 2496 | // Note: works from the list of all color spaces. |
| 2497 | ConstColorSpaceRcPtr Config::getColorSpace(const char * name) const |
| 2498 | { |
| 2499 | return getImpl()->getColorSpace(name); |
| 2500 | } |
| 2501 | |
| 2502 | const char * Config::getCanonicalName(const char * name) const |
| 2503 | { |