typedef struct _S_HSI
{
unsigned char H;
unsigned char S;
unsigned char I;
typedef S_HSI far * LPS_HSI;
Members of the structure
|
unsigned char |
H |
hue |
|
unsigned char |
S |
saturation |
|
unsigned char |
I |
intensity |
Requirements
Header : Declared in BiImage.h.