MCPcopy 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
261int ColorSpaceSet::getNumColorSpaces() const
262{
263 return m_impl->size();
264}
265
266const char * ColorSpaceSet::getColorSpaceNameByIndex(int index) const
267{

Callers 2

operator&&Function · 0.45
operator-Function · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected