| alpha channel
In computer graphics, each pixel has
three channels of color information--red, green, and blue--in various bit
depths. In 24-bit display graphics adapters, there are 8 bits per color
per pixel, but when the card has a 32-bit bus, the additional 8 bits are
used as an alpha channel to control the color information of the other 24
bits of color. |