Difference between revisions of "CatColors"
Jump to navigation
Jump to search
(→Colors) |
|||
Line 1: | Line 1: | ||
{{LSL Header|ml=*}}{{RightToc}} | |||
==Colors== | ==Colors== | ||
Line 35: | Line 36: | ||
||Build a color picker, using only one prim, and a few lines of code. | ||Build a color picker, using only one prim, and a few lines of code. | ||
|} | |} | ||
{{LSLC|}} |
Latest revision as of 16:08, 3 April 2011
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Colors
Name | Creator | Description |
---|---|---|
Color Changer | Void_Singer | Dialog driven color changer. Supports 16million+ colors, web color codes, multiple targeted prims, with save and recall. |
Color Changer Plus | Neo Calcutt | A color changer with 14 colors, a random function, and a custom vector function. |
Color Conversion | Sally LaSalle | Convert between Red Green Blue (RGB) and Hue Saturation Value (HSV). |
ColorConvert | Siann Beck | Convert color values to vector from RGB, hex or HTML color name. |
Color script | Masakazu Kojima | Script for changing colors trough a listener with pre-defined colors. |
FadeEasy | Nika Rugani | The easy way of fading objects in or out (Using llSetLinkAlpha) |
Rainbow_palette | Rui Clary | Build a color picker, using only one prim, and a few lines of code. |