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

Function isRGBAPacked

src/bindings/python/PyImageDesc.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 ptrdiff_t getXStrideBytes() const noexcept { return m_img->getXStrideBytes(); }
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;

Callers

nothing calls this directly

Calls 1

isRGBAPackedMethod · 0.45

Tested by

no test coverage detected