Expand description
CPU pixel framebuffer (0xAARRGGBB) with blending and RGBA export.
CPU pixel framebuffer in 0xAARRGGBB (non-premultiplied) format.
Structs§
- Framebuffer
- A CPU-side pixel buffer storing
0xAARRGGBBvalues row-major.
Functions§
- pack
- Pack an
oxiui_core::Colorinto a0xAARRGGBBu32. - pack_
rgba - Pack raw
(r, g, b, a)components into0xAARRGGBB. - unpack
- Unpack a
0xAARRGGBBu32into(r, g, b, a)components.