color |
ID: | 2 |
Icon: | ibulletpoint.2xn |
color
A color in LandTraveller is represented as a three element array with each element being the value of a red, green, and blue component.
float [0]
Red component of color (0.0 to 1.0).
float [1]
Green component of color (0.0 to 1.0).
float [2]
Blue component of color (0.0 to 1.0).