Category:LSL Color

From Second Life Wiki
Revision as of 15:22, 16 February 2007 by Anthony Reisman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Color is specified in LSL as a vector of the red, green and blue values between 0.0 and 1.0.

Example <lsl>

vector myColor = <1.0,0.1,0.7>;

</lsl> would be 100% red scale, 10% green, and 70% blue combined to make a single color.