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
Examples#
examples/7guis/cells/src/Formula.h
7GUIs Cells - Spreadsheet processor (Excel).
examples/7guis/cells/src/Functions.h
7GUIs Cells - Spreadsheet processor (Excel).
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
|