Design Nomenclature / Digital Model Making

Subpixel Rendering

Also called subpixel anti-aliasing, ClearType, LCD filtering, RGB rendering

This entry has not been translated yet and is shown in English.

Treating an LCD's red, green, and blue stripes as three independent samples, tripling horizontal resolution for a shape whose position is known relative to them. It depends on a fixed, known subpixel layout in a known orientation — rotate the panel, change to a non-stripe arrangement, or composite the buffer, and it degrades into colour fringing.

Three panels: a lowercase letterform as geometry, the same letter with grayscale anti-aliasing at one sample per pixel, and with subpixel anti-aliasing at three. In the third, the pixels down the stems carry warm and cold casts instead of grey, because each pixel's red, green, and blue stripes were sampled where they physically sit — so the edge can land between whole pixels. One pixel is boxed and read out beneath as its three separate stripe values, with a note that they are filtered against their neighbours, which is why the result fringes faintly rather than in rainbows.

In practice

Effectively dead. High-density displays, rotating tablets, GPU compositing, and OLED layouts each broke an assumption; macOS removed it in 2018. The legacy is fringed screenshots.

Not to be confused with

How this term connects

Anti-aliasingHintingPPIRasterResolutionSubpixel Rendering
Related Confused with