| 4654 | } |
| 4655 | |
| 4656 | const char * Config::getColorSpaceFromFilepath(const char * filePath) const |
| 4657 | { |
| 4658 | return getImpl()->m_fileRules->getImpl()->getColorSpaceFromFilepath(*this, |
| 4659 | filePath ? filePath : ""); |
| 4660 | } |
| 4661 | |
| 4662 | const char * Config::getColorSpaceFromFilepath(const char * filePath, size_t & ruleIndex) const |
| 4663 | { |