Alpha blending
Encyclopedia : A : AL : ALP : Alpha blending
Alpha blending is a convex combination of two colors allowing for transparency effects in computer graphics. The value of alpha in the color code ranges from 0.0 to 1.0, where 0.0 represents a fully transparent color, and 1.0 represents a fully opaque color.
The value of the resulting color when color Value1 with an alpha value of Alpha is drawn over a background of color Value0 is given by:
Value = Value0(1.0 - Alpha) + Value1(Alpha)
Alpha blending is natively supported by these operating systems/GUIs:
- Mac OS X
- Windows 2000, XP
- Most Linux graphical user interfaces (GUIs)
See also
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
