Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ isFloat
Function
isFloat
src/bindings/python/PyImageDesc.h:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
ptrdiff_t getYStrideBytes() const noexcept { return m_img->getYStrideBytes(); }
43
bool isRGBAPacked() const noexcept { return m_img->isRGBAPacked(); }
44
bool isFloat() const noexcept { return m_img->isFloat(); }
45
46
ImageDescRcPtr m_img;
47
Callers
nothing calls this directly
Calls
1
isFloat
Method · 0.45
Tested by
no test coverage detected