The Linux Foundation Projects
Skip to main content

Premultiplied Alpha

A variation of a bitmap image or alpha blending calculation in which the RGB color values are assumed to be already multiplied by an alpha channel, to reduce computations during Alpha blending; uses the blend operation: dst *= (1 – alpha) + src; capable of mixing alpha blending with additive blending effects