RGB: Difference between revisions
Jump to navigation
Jump to search
(expanded) |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[category:glossary]] | [[category:glossary]] | ||
[[RGB]] stands for Red, Green, Blue. In a [[TGA]] or [[VTF]], each pixel of the image is defined by three [[ | [[RGB]] stands for Red, Green, Blue. In a [[TGA]] or [[VTF]], each pixel of the image is defined by three [[bytes]] that define how much red, green, and blue light are added together to produce the color in that pixel. The three separate values for each color are called channels. Shaders in Source can manipulate each channel individually to produce color effects. | ||
Image files can also have a fourth channel, called [[alpha]], which can define other information for each pixel, usually opacity. | Image files can also have a fourth channel, called [[alpha]], which can define other information for each pixel, usually opacity. |
Revision as of 17:16, 16 August 2005
RGB stands for Red, Green, Blue. In a TGA or VTF, each pixel of the image is defined by three bytes that define how much red, green, and blue light are added together to produce the color in that pixel. The three separate values for each color are called channels. Shaders in Source can manipulate each channel individually to produce color effects.
Image files can also have a fourth channel, called alpha, which can define other information for each pixel, usually opacity.