Color conversion scripts: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
New page: The following functions convert between color in Red Green Blue (RGB) format and color in Hue Saturation Value (HSV)format. The functions are based on c algorithms from [http://www.cs....
(No difference)

Revision as of 12:19, 21 August 2007

The following functions convert between color in Red Green Blue (RGB) format and color in Hue Saturation Value (HSV)format. The functions are based on c algorithms from C color conversion but required some debugging as the functions there are no particularly robust. For a discussion of HSV color format please see the wikipedia entry at HSV Color