Color255: Difference between revisions
Jump to navigation
Jump to search
Note:This is not a C++ variable.
TheFixer333 (talk | contribs) (Note for use of Light Intensities) |
No edit summary |
||
Line 1: | Line 1: | ||
{{otherlang2 | |||
|de=Color255:de | |||
}} | |||
{{note|This is not a C++ variable.}} | {{note|This is not a C++ variable.}} | ||
Line 17: | Line 20: | ||
[[Category:Variables]] | [[Category:Variables]] | ||
[[Category:Glossary]] | [[Category:Glossary]] | ||
[[Category:English]] |
Revision as of 12:50, 14 May 2011

A string of three bytes (0-255) separated by spaces:
RED GREEN BLUE
Examples
- Red = "
255 0 0
"
- Green = "
0 255 0
"
- Blue = "
0 0 255
"
- Orange = "
255 128 0
"