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

Method getNumChannels

src/OpenColorIO/ImageDesc.cpp:560–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560long PackedImageDesc::getNumChannels() const
561{
562 return getImpl()->m_numChannels;
563}
564
565ptrdiff_t PackedImageDesc::getChanStrideBytes() const
566{

Callers 6

test_interfaceMethod · 0.95
InitImageTextureFunction · 0.45
mainFunction · 0.45
ProcessLinesFunction · 0.45
ExtractFunction · 0.45
ImageDesc.cppFile · 0.45

Calls 1

getImplFunction · 0.50

Tested by 1

test_interfaceMethod · 0.76