Standard Library procedure that convertscolors from the HSV color system to the RGB color system.
s The saturation variable. Must be the same dimension as h, in the range of 0 to 1.
v The value variable. Must be the same dimension as h, in the range 0 to 1.
green Green color output value(s). Will be short integer(s), the same dimension as h, and in the range of 0 to 255.
blue Blue color output value(s). Will be short integer(s), the same dimension as h, and in the range of 0 to 255.
HSV_TO_RGB, 0, 1, 1, red, green, blue
red=255
, green=0
, blue=0
. You can use the red, green, and blue values to set color table values with the TVLCT procedure.
For more information, see The HSV and HLS Color Systems in Chapter 11 of of the PV-WAVE User's Guide.