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

Method getBitDepth

src/OpenColorIO/ColorSpace.cpp:352–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352BitDepth ColorSpace::getBitDepth() const noexcept
353{
354 return getImpl()->m_bitDepth;
355}
356
357void ColorSpace::setBitDepth(BitDepth bitDepth)
358{

Calls 1

getImplFunction · 0.50