Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
560
long PackedImageDesc::getNumChannels() const
561
{
562
return getImpl()->m_numChannels;
563
}
564
565
ptrdiff_t PackedImageDesc::getChanStrideBytes() const
566
{
Callers
6
test_interface
Method · 0.95
InitImageTexture
Function · 0.45
main
Function · 0.45
ProcessLines
Function · 0.45
Extract
Function · 0.45
ImageDesc.cpp
File · 0.45
Calls
1
getImpl
Function · 0.50
Tested by
1
test_interface
Method · 0.76