typedef struct _S_HSV
{
unsigned char H;
unsigned char S;
unsigned char V;
typedef S_HSV far * LPS_HSV;
Members of the structure
|
unsigned char |
H |
hue |
|
unsigned char |
S |
Saturation |
|
unsigned char |
V |
lightness |
Requirements
Header : Declared in BiImage.h.