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

Method isRGBAPacked

src/OpenColorIO/ImageDesc.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104bool GenericImageDesc::isRGBAPacked() const
105{
106 return m_isRGBAPacked;
107}
108
109bool GenericImageDesc::isFloat() const
110{

Callers 4

isRGBAPackedFunction · 0.45
initMethod · 0.45
PackedImageDescMethod · 0.45
GetOptimizationModeFunction · 0.45

Calls 1

getImplFunction · 0.50

Tested by

no test coverage detected