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

Method getColorSpace

src/OpenColorIO/Config.cpp:2497–2500  ·  view source on GitHub ↗

Note: works from the list of all color spaces.

Source from the content-addressed store, hash-verified

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

Callers 15

mainFunction · 0.45
PopulateOCIOMenusFunction · 0.45
mainFunction · 0.45
test_rename_color_spaceFunction · 0.45
scene_reference_spaceMethod · 0.45
_set_valueMethod · 0.45

Calls 1

getImplFunction · 0.50

Tested by 15

test_rename_color_spaceFunction · 0.36
test_copyMethod · 0.36
test_ExecuteMergerMethod · 0.36
test_MergeConfigsMethod · 0.36
test_MergeColorSpaceMethod · 0.36
test_configMethod · 0.36
test_scene_referredMethod · 0.36
test_display_referredMethod · 0.36
test_add_display_viewMethod · 0.36
OCIO_ADD_TESTFunction · 0.36