Skip to content

APixelFormat#

Pixel in-memory format descriptor (type, count and order of subpixel components).

Header:#include <AUI/Image/APixelFormat.h>
CMake:aui_link(my_target PUBLIC aui::image)

Public Types#


Value#

enum APixelFormat::Value

Constant Description
Value::UNKNOWN
Value::BYTE
Value::FLOAT
Value::R
Value::RG
Value::RGB
Value::RGBA
Value::ARGB
Value::BGRA
Value::RGB_BYTE
Value::RGBA_BYTE
Value::RGBA_FLOAT
Value::DEFAULT