Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ setEqualityGroup
Method
setEqualityGroup
src/OpenColorIO/ColorSpace.cpp:219–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
}
218
219
void ColorSpace::setEqualityGroup(const char * equalityGroup)
220
{
221
getImpl()->m_equalityGroup = equalityGroup ? equalityGroup :
""
;
222
}
223
224
const char * ColorSpace::getDescription() const noexcept
225
{
Callers
6
_set_value
Method · 0.95
test_interface
Method · 0.95
load
Function · 0.45
test_copy
Method · 0.45
test_equality
Method · 0.45
OCIO_ADD_TEST
Function · 0.45
Calls
1
getImpl
Function · 0.50
Tested by
4
test_interface
Method · 0.76
test_copy
Method · 0.36
test_equality
Method · 0.36
OCIO_ADD_TEST
Function · 0.36