Category:LSL Color
Revision as of 14:22, 16 February 2007 by Anthony Reisman (talk | contribs)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
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.
Pages in category "LSL Color"
The following 29 pages are in this category, out of 29 total.