Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ addColorSpace
Method
addColorSpace
src/OpenColorIO/ColorSpaceSet.cpp:291–294 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
289
}
290
291
void ColorSpaceSet::addColorSpace(const ConstColorSpaceRcPtr & cs)
292
{
293
return m_impl->add(cs);
294
}
295
296
void ColorSpaceSet::addColorSpaces(const ConstColorSpaceSetRcPtr & css)
297
{
Callers
3
get_color_spaces
Method · 0.95
operator&&
Function · 0.45
operator-
Function · 0.45
Calls
1
add
Method · 0.80
Tested by
no test coverage detected