Expand description
Unpacked scanline container (ScanlineU8).
Port of agg_scanline_u.h — stores per-pixel coverage values in a flat
array, with spans referencing into it. This is the most commonly used
scanline type for anti-aliased rendering.
Structs§
- Scanline
Span - A horizontal span within a scanline, referencing coverage data.
- Scanline
U8 - Unpacked scanline container with per-pixel u8 coverage values.