MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / setBitDepth

Method setBitDepth

src/OpenColorIO/ColorSpace.cpp:357–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357void ColorSpace::setBitDepth(BitDepth bitDepth)
358{
359 getImpl()->m_bitDepth = bitDepth;
360}
361
362bool ColorSpace::hasCategory(const char * category) const
363{

Callers 6

_set_valueMethod · 0.95
test_interfaceMethod · 0.95
loadFunction · 0.45
test_copyMethod · 0.45
test_bitdepthMethod · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 1

getImplFunction · 0.50

Tested by 4

test_interfaceMethod · 0.76
test_copyMethod · 0.36
test_bitdepthMethod · 0.36
OCIO_ADD_TESTFunction · 0.36