Category:Color
From Garry's Mod
List of all possible functions to manipulate colors. Colors are implemented in Lua thus type(color) == "table" and TypeID(color) == TYPE_TABLE. For type checking use IsColor.
Created by Color, HSVToColor, and HSLToColor.
Fields
Type | Name | Description |
---|---|---|
number | r | The red component of the color. |
number | g | The green component of the color. |
number | b | The blue component of the color. |
number | a | The alpha component of the color. |
Pages in category "Color"
The following 6 pages are in this category, out of 6 total.