|
constexpr int8_t | red (ImageFormat format) |
|
constexpr int8_t | decompressedRed (ImageFormat format) |
|
constexpr int8_t | green (ImageFormat format) |
|
constexpr int8_t | decompressedGreen (ImageFormat format) |
|
constexpr int8_t | blue (ImageFormat format) |
|
constexpr int8_t | decompressedBlue (ImageFormat format) |
|
constexpr int8_t | alpha (ImageFormat format) |
|
constexpr int8_t | decompressedAlpha (ImageFormat format) |
|
constexpr uint8_t | bpp (ImageFormat format) |
|
constexpr ImageFormat | containerFormat (ImageFormat format) |
|
constexpr bool | large (ImageFormat format) |
|
constexpr bool | decimal (ImageFormat format) |
|
constexpr bool | compressed (ImageFormat format) |
|
constexpr bool | transparent (ImageFormat format) |
|
constexpr bool | opaque (ImageFormat format) |
|
constexpr bool | console (ImageFormat format) |
|
constexpr uint32_t | getDataLength (ImageFormat format, uint16_t width, uint16_t height, uint16_t depth=1) |
|
constexpr uint32_t | getDataLength (ImageFormat format, uint8_t mipCount, uint16_t frameCount, uint8_t faceCount, uint16_t width, uint16_t height, uint16_t depth=1) |
|
constexpr uint32_t | getDataLengthXBOX (bool padded, ImageFormat format, uint8_t mipCount, uint16_t frameCount, uint8_t faceCount, uint16_t width, uint16_t height, uint16_t depth=1) |
|
constexpr bool | getDataPosition (uint32_t &offset, uint32_t &length, ImageFormat format, uint8_t mip, uint8_t mipCount, uint16_t frame, uint16_t frameCount, uint8_t face, uint8_t faceCount, uint16_t width, uint16_t height, uint16_t slice=0, uint16_t depth=1) |
|
constexpr bool | getDataPositionXbox (uint32_t &offset, uint32_t &length, bool padded, ImageFormat format, uint8_t mip, uint8_t mipCount, uint16_t frame, uint16_t frameCount, uint8_t face, uint8_t faceCount, uint16_t width, uint16_t height, uint16_t slice=0, uint16_t depth=1) |
|