Alpha: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[category:Glossary]][[category:Material System]] | |||
'''Alpha''' is an [[Integer]] [[variable]] that is often included as the "fourth" number in a [[RGB]] color format. '''Alpha''' is an [[opacity]] rating from 0 - 255. Smaller '''alpha''' numbers make objects appear more faded whereas larger numbers make objects appear more visable. | '''Alpha''' is an [[Integer]] [[variable]] that is often included as the "fourth" number in a [[RGB]] color format. '''Alpha''' is an [[opacity]] rating from 0 - 255. Smaller '''alpha''' numbers make objects appear more faded whereas larger numbers make objects appear more visable. | ||
Revision as of 15:56, 14 July 2005
Alpha is an Integer variable that is often included as the "fourth" number in a RGB color format. Alpha is an opacity rating from 0 - 255. Smaller alpha numbers make objects appear more faded whereas larger numbers make objects appear more visable.
0 is completely invisible. 255 is completely visable.
Alpha Channels are also included inside of textures. A classic graphic format that supports Alpha Channels is the Targa Graphics Format (tga).
Alpha channels will let you specify individual opacity values for each pixel.
An example of where alpha channels are used can be found in the Combine Forcefields.
Even though parts of the forcefields are visable, other parts are not. That is because the alpha channel is hiding certain parts of the texture.