Skip to main content

Module pixfmt_lcd

Module pixfmt_lcd 

Source
Expand description

LCD subpixel pixel format for RGBA32 buffers.

Port of agg_pixfmt_rgb24_lcd.h — specialized pixel format that performs LCD subpixel rendering by distributing coverage across the R, G, B channels of adjacent pixels. Adapted for RGBA32 (4 bytes per pixel) buffers.

The rasterizer operates at 3x horizontal resolution. Each “subpixel” maps to one color channel (R, G, or B) of an actual RGBA pixel.

Copyright (c) 2025. BSD-3-Clause License.

Structs§

LcdDistributionLut
Lookup table for LCD subpixel coverage distribution.
PixfmtRgba32Lcd
LCD subpixel pixel format for RGBA32 rendering buffers.