1.0.0 • Published 12 years ago
glsl-hsv2rgb v1.0.0
glsl-hsv2rgb 
Fast conversion from HSV color to RGB – published to npm for use with glslify, originally sourced from this post written by Sam Hocevar.
Usage
vec3 rgb = hsv2rgb(vec3 hsv)
Takes a vec3 where:
hsv.xis the hue.hsv.yis the saturation.hsv.zis the value.
All of the values should range between 0 and 1. Returns the calculated RGB
value as a vec3.
1.0.0
12 years ago
