Registry to register ABGR pixel formats.
◆ MAXON_DECLARATION() [1/3]
maxon::PixelFormats::ABGR::MAXON_DECLARATION |
( |
PixelFormat |
, |
|
|
U8 |
, |
|
|
"net.maxon.image.pixelformat.abgr.u8" |
|
|
) |
| |
ABGR pixel format using Pix8u.
◆ MAXON_DECLARATION() [2/3]
maxon::PixelFormats::ABGR::MAXON_DECLARATION |
( |
PixelFormat |
, |
|
|
U1555 |
, |
|
|
"net.maxon.image.pixelformat.abgr.u1555" |
|
|
) |
| |
ABGR pixel format using 16 bits per pixel with 5 bits for each r, g and b plus the topmost single bit for the alpha. memory layout: Abbbbbgggggrrrrr.
◆ MAXON_DECLARATION() [3/3]
maxon::PixelFormats::ABGR::MAXON_DECLARATION |
( |
PixelFormat |
, |
|
|
U4444 |
, |
|
|
"net.maxon.image.pixelformat.abgr.u4444" |
|
|
) |
| |
ABGR pixel format using 16 bits per pixel with 4 bits for each r, g, b and alpha. memory layout: aaaabbbbggggrrrr.