These forums are CLOSED. Please visit the new forums HERE
Color code for Script |
|
|
Bedeude Laperriere
Registered User
Join date: 13 Jul 2006
Posts: 5
|
12-02-2006 18:16
Looking for the RGB color code so that I can make my bling orange.
|
|
Jacques Groshomme
Registered User
Join date: 16 Mar 2005
Posts: 355
|
12-02-2006 21:15
Try <1.0, 0.5, 0.0>.
Colors are represented through script as vectors. The first value corresponding to percentage of red, the second being percentage of green, and third being percentage of blue. This is what is known as RGB values. These values are each based 0 (being no color) to 255 (being full color). Take a look at the color chart at http://www.web-source.net/216_color_chart.htm To get the right vector value, divide the given RGB by 255. For example, seafoam green has an RGB of 153, 255, 204. Dividing each value will give you an LSL vector of <0.6, 1.0, 0.8>. |
|
Newgate Ludd
Out of Chesse Error
Join date: 8 Apr 2005
Posts: 2,103
|
12-03-2006 09:24
For a list of colours in SL format look at this thread
|