User:Sally LaSalle: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
New page: == About Me == I have benefited greatly from the contributors to this forum and to the code in the forum script library. So, here is my contribution, which will hopefully be found useful...
 
No edit summary
 
Line 1: Line 1:
== About Me ==
== About Me ==


I have benefited greatly from the contributors to this forum and to the code in the forum script library.  So, here is my contribution, which will hopefully be found useful.
I have benefited greatly from the contributors to this forum and to the code in the forum script library.  So, here is a contribution, which hopefully will be useful for someone.




== Scripts ==
== Scripts ==


[[Color conversion scripts]] RGBtoHSV and HSVtoRGB Use these freely to convert between Red Green Blue (RGB) into Hue Saturation Value (HSV).
[[Color conversion scripts]] convert from RGBtoHSV and HSVtoRGB. Use these freely to convert between Red Green Blue (RGB) into Hue Saturation Value (HSV).

Latest revision as of 09:14, 24 August 2007

About Me

I have benefited greatly from the contributors to this forum and to the code in the forum script library. So, here is a contribution, which hopefully will be useful for someone.


Scripts

Color conversion scripts convert from RGBtoHSV and HSVtoRGB. Use these freely to convert between Red Green Blue (RGB) into Hue Saturation Value (HSV).