$color: Difference between revisions
Jump to navigation
Jump to search
m (tidy (now more visible)) |
TomEdwards (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
'''<code>$color</code>''' independently scales the [[RGB|red, green and blue]] channels of an [[albedo]]. | |||
$color "[<red [[float]]> <green float> <blue float>]" | |||
[[Category:List of Shader Parameters]] | Quote marks are required. The default values is <code>[1 1 1]</code>. | ||
[[Category:List of Shader Parameters|C]] | |||
[[Category:VMT Lighting]] | [[Category:VMT Lighting]] |
Revision as of 03:10, 15 July 2008
$color
independently scales the red, green and blue channels of an albedo.
$color "[<red float> <green float> <blue float>]"
Quote marks are required. The default values is [1 1 1]
.