1. Animals
  2. Abilities
  3. Conditions
  4. Tool/Weapon
  5. Weapon Mods
  6. Orb
  7. Equipped
  8. Food/Medicine
  9. Furniture/Construction
  10. Color/Pattern
  11. Items
  12. Attributes
  13. Creatures
  14. Blocks
  15. Props
  16. API Types
  17. API Functions
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).