PgHSV (hue, saturation, value)
A numeric representation of the hue component (0-255 decimal, 0x00-0xff hex).
A numeric representation of the saturation component (0-255 decimal, 0x00-0xff hex).
A numeric representation of the value (often called brightness) component (0-255 decimal, 0x00-0xff hex).
A 24-bit color in the range 0x000000 - 0xffffff that is the numeric representation of the hue, saturation, and value (brightness).
The hue, saturation, and brightness color system is another color model that is popular. The hue is the color, such as yellow, orange, purple, green, etc. The saturation is a range from white to the fully saturated color. The value (or brightness) is a range from black to the fully saturated color.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.