?/TD>
Microsoft DirectX 9.0

Alpha Blending


Alpha blending is used to display an image that has transparent or semi-transparent pixels. In addition to a red, green, and blue color channel, each pixel in an alpha bitmap has a transparency component known as its alpha channel. The alpha channel typically contains as many bits as a color channel. For example, an 8-bit alpha channel can represent 256 levels of transparency, from 0 (the entire pixel is transparent) to 255 (the entire pixel is opaque). The list below shows some special effects you can create using alpha blending.

Color can be defined with or without alpha values. Color without alpha is RGB, color with alpha is RGBA. Vertex data, material data and texture data can be used to give object's transparency. The frame buffer can also be used to generate transparency effects.

Samples that demonstrate alpha include:



© 2002 Microsoft Corporation. All rights reserved.