Color1

From Valve Developer Community
Revision as of 08:07, 11 July 2024 by SirYodaJedi (talk | contribs) (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 =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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"