MCPcopy 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
286bool ColorSpaceSet::hasColorSpace(const char * name) const
287{
288 return m_impl->isPresent(name);
289}
290
291void ColorSpaceSet::addColorSpace(const ConstColorSpaceRcPtr & cs)
292{

Callers 3

operator&&Function · 0.45
operator-Function · 0.45
test_rolesMethod · 0.45

Calls 1

isPresentMethod · 0.80

Tested by 1

test_rolesMethod · 0.36