Design Nomenclature / Digital Model Making

Alpha Channel

Also called alpha, transparency channel, matte

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

A per-pixel coverage value stored alongside colour, saying how much of the pixel the image occupies — not how see-through its colour is. That distinction decides compositing: premultiplied alpha stores colour already scaled by coverage and filters correctly; straight alpha keeps the two apart and needs care at every edge.

A two-column comparison of the two ways alpha is stored. Premultiplied: colour pre-scaled by coverage, so filtering stays correct. Straight: colour and coverage kept apart, so filters pull in colour from transparent pixels and leave halos at edges.

In practice

“Alpha” also names an opacity slider, a cutout mask, and in sculpting a grayscale brush stamp. Only the first of those is this.

Not to be confused with

How this term connects

Alpha CompositingAnti-aliasingMaskRasterShaderTexture BakingAlpha Channel
Related Confused with