Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ hasColorSpace
Method
hasColorSpace
src/OpenColorIO/ColorSpaceSet.cpp:286–289 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
284
}
285
286
bool ColorSpaceSet::hasColorSpace(const char * name) const
287
{
288
return m_impl->isPresent(name);
289
}
290
291
void ColorSpaceSet::addColorSpace(const ConstColorSpaceRcPtr & cs)
292
{
Callers
3
operator&&
Function · 0.45
operator-
Function · 0.45
test_roles
Method · 0.45
Calls
1
isPresent
Method · 0.80
Tested by
1
test_roles
Method · 0.36