typedef struct tagRGBLimit
{
BYTE.......................................................................................................................................................................... lRED;
BYTE........................................................................................................................................................................ lGreen;
BYTE.......................................................................................................................................................................... lBlue;
} RGBLIMIT;
Description
The RGBLIMIT structure contains the red, green and blue BYTE values for blank page detecting. If the RGB values of the pixel are greater than the values of the structure, the pixel is a blank pixel.
Members of the structure
|
BYTE |
lRED |
limit value of the red component of the RGB structure |
|
BYTE |
lGreen |
limit value of the green component of the RGB structure |
|
BYTE |
lBlue |
limit value of the blue component of the RGB structure |
Requirements
Header : Declared in BiDib.h and BiTiff.h.