Color1: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{multiPage/sandbox|no-en-subpage=1}} {{note|This is not a C++ variable.}} A string of three normals (0-1) separated by spaces: <code>RED GREEN BLUE</code> == Examples =...")
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{multiPage/sandbox|no-en-subpage=1}}
{{LanguageBar}}
{{note|This is not a C++ variable.}}
{{note|This is not a C++ variable.}}


Line 14: Line 14:
:Orange = "<code>1 0.5 0</code>"
:Orange = "<code>1 0.5 0</code>"


{{MultiPage/end}}
== See also ==
* [[Color255]]
 
[[Category:Variables]][[Category:Glossary]]
[[Category:Variables]][[Category:Glossary]]

Latest revision as of 14:06, 11 July 2024

English (en)Hrvatski (hr)Русский (ru)Translate (Translate)
Note.pngNote:This is not a C++ variable.

A string of three normals (0-1) separated by spaces: RED GREEN BLUE

Examples

Red = "1 0 0"
Green = "0 1 0"
Blue = "0 0 1"
Orange = "1 0.5 0"

See also