Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3049
const char * Config::getRoleColorSpace(int index) const
3050
{
3051
return LookupRole(getImpl()->m_roles, getRoleName(index));
3052
}
3053
3054
const char * Config::getRoleColorSpace(const char * roleName) const noexcept
3055
{
Callers
8
PyConfig.cpp
File · 0.80
save
Function · 0.80
mergeInputRoles
Method · 0.80
test_ExecuteMerger
Method · 0.80
test_MergeConfigs
Method · 0.80
test_roles
Method · 0.80
OCIO_ADD_TEST
Function · 0.80
OCIO_ADD_TEST
Function · 0.80
Calls
2
LookupRole
Function · 0.85
getImpl
Function · 0.50
Tested by
5
test_ExecuteMerger
Method · 0.64
test_MergeConfigs
Method · 0.64
test_roles
Method · 0.64
OCIO_ADD_TEST
Function · 0.64
OCIO_ADD_TEST
Function · 0.64