MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / IdentifyBuiltinColorSpace

Method IdentifyBuiltinColorSpace

src/OpenColorIO/Config.cpp:2924–2932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2922}
2923
2924const char * Config::IdentifyBuiltinColorSpace(const ConstConfigRcPtr & srcConfig,
2925 const ConstConfigRcPtr & builtinConfig,
2926 const char * builtinColorSpaceName)
2927{
2928 // This will throw if it is unable to identify the interchange spaces.
2929 return ConfigUtils::IdentifyBuiltinColorSpace(srcConfig,
2930 builtinConfig,
2931 builtinColorSpaceName);
2932}
2933
2934///////////////////////////////////////////////////////////////////////////
2935

Callers 1

Calls 1

Tested by 1