Standard Library procedure that generates and loadscolor tables into an image display device based on the HLS color system. The resulting color table is loaded into the display system.
lthi The ending color lightness 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)
HLS, 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.