Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getNumColorSpaces
Method
getNumColorSpaces
src/OpenColorIO/ColorSpaceSet.cpp:261–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
}
260
261
int ColorSpaceSet::getNumColorSpaces() const
262
{
263
return m_impl->size();
264
}
265
266
const char * ColorSpaceSet::getColorSpaceNameByIndex(int index) const
267
{
Callers
2
operator&&
Function · 0.45
operator-
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected