Expand description
Grayscale pixel format with alpha blending.
Port of agg_pixfmt_gray.h — pixel format that reads and writes 8-bit
grayscale pixels (1 byte per pixel) with non-premultiplied alpha blending.
The alpha value comes from the source color only; the buffer stores only a single gray value channel. Blending treats missing alpha as fully opaque.
Structs§
- Pixfmt
Gray8 - Pixel format for non-premultiplied Gray8 (1 byte per pixel).