RGB: Difference between revisions
Jump to navigation
Jump to search
TomEdwards (talk | contribs) No edit summary |
TomEdwards (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
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. | ||
Within materials, an RGB colour is a [[material vector]]. | |||
== See also == | == See also == | ||
*[[Wikipedia:RGB]] | *[[Wikipedia:RGB]] |
Revision as of 04:25, 26 April 2010
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.
Within materials, an RGB colour is a material vector.