Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
bool GenericImageDesc::isRGBAPacked() const
105
{
106
return m_isRGBAPacked;
107
}
108
109
bool GenericImageDesc::isFloat() const
110
{
Callers
4
isRGBAPacked
Function · 0.45
init
Method · 0.45
PackedImageDesc
Method · 0.45
GetOptimizationMode
Function · 0.45
Calls
1
getImpl
Function · 0.50
Tested by
no test coverage detected