Difference between revisions of "CatColors"
Jump to navigation
Jump to search
(Created page with "==Colors== {| class="sortable" {{Prettytable}} |- {{Hl2}} ! '''Name''' ! '''Creator''' ! '''Description''' |- ||[[User:Void_Singer/Programs#v7-D_Enh._Color_Picker|Color Changer]…") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{LSL Header|ml=*}}{{RightToc}} | |||
==Colors== | ==Colors== | ||
Line 26: | Line 27: | ||
||[[User:Masakazu Kojima|Masakazu Kojima]] | ||[[User:Masakazu Kojima|Masakazu Kojima]] | ||
||Script for changing colors trough a listener with pre-defined colors. | ||Script for changing colors trough a listener with pre-defined colors. | ||
|- | |||
||[[FadeEasy]] | |||
||[[User:Nika Rugani|Nika Rugani]] | |||
||The easy way of fading objects in or out (Using llSetLinkAlpha) | |||
|- | |||
||[[Rainbow_palette]] | |||
||[[User:Rui Clary|Rui Clary]] | |||
||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. |