Standard Library procedure that generates and loads color tables into an image display device based on the HSV color system. The final color table is loaded into the display device.
vhi The ending color value or intensity, expressed as 0 to 100 percent.
stlo The starting color saturation, expressed as 0 to 100 percent. Full saturation (undiluted or pure color) is expressed as 100 percent.
sthi The ending color saturation, expressed as 0 to 100 percent.
hue The starting hue, expressed as 0 to 360 degrees.
lp The number of loops around the color cone. The value may be floating-point. A positive value will traverse the color cone in a clockwise direction; a negative value will traverse the color cone in a counterclockwise direction.
Red_Vec(i) = RGB(i, 0) Green_Vec(i) = RGB(i, 1) Blue_Vec(i) = RGB(i, 2)
HSV, 0, 100, 50, 100, 0, -2.5
For more information, see The HSV and HLS Color Systems in Chapter 11 of the PV-WAVE User's Guide.