RGB Color
The interface represents a RGB color in the form of an Array of size 3
Formats
Array/Color |
Node representing a RGB color |
0 (Number) |
The red component of the color. |
1 (Number) |
The green component of the color. |
2 (Number) |
The blue component of the color. |