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

Method getRoleColorSpace

src/OpenColorIO/Config.cpp:3049–3052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3047}
3048
3049const char * Config::getRoleColorSpace(int index) const
3050{
3051 return LookupRole(getImpl()->m_roles, getRoleName(index));
3052}
3053
3054const char * Config::getRoleColorSpace(const char * roleName) const noexcept
3055{

Callers 8

PyConfig.cppFile · 0.80
saveFunction · 0.80
mergeInputRolesMethod · 0.80
test_ExecuteMergerMethod · 0.80
test_MergeConfigsMethod · 0.80
test_rolesMethod · 0.80
OCIO_ADD_TESTFunction · 0.80
OCIO_ADD_TESTFunction · 0.80

Calls 2

LookupRoleFunction · 0.85
getImplFunction · 0.50

Tested by 5

test_ExecuteMergerMethod · 0.64
test_MergeConfigsMethod · 0.64
test_rolesMethod · 0.64
OCIO_ADD_TESTFunction · 0.64
OCIO_ADD_TESTFunction · 0.64