Alpha channel: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
(corrections, clean up)
Line 1: Line 1:
Alpha channel is the 4'th channel of a image, red green blue '''alpha'''.
[[category:glossary]][[category:Material system]]
In source it is used for either transparency, self-illumanosity or masking textures.
 
The '''alpha channel''' is the fourth channel of an image, where the first three channels are red, green, and blue. Generally, a [[TGA]] file can be saved with just the [[RGB]] channels (24bit), or with all four channels (32bit). In Source, it is used to define either transparency or self-illumination.
 
----
''See also''
 
[[Alpha]]

Revision as of 12:05, 15 July 2005


The alpha channel is the fourth channel of an image, where the first three channels are red, green, and blue. Generally, a TGA file can be saved with just the RGB channels (24bit), or with all four channels (32bit). In Source, it is used to define either transparency or self-illumination.


See also

Alpha