typedef struct _R_LIMITS
{
BYTE..................................................................................................................................................................... tolerance;
BYTE........................................................................................................................................................................... level;
}R_LIMITS;
typedef R_LIMITS far * LPR_LIMITS;
Description
This structure contains information about red eye remover function settings.
Members of the structure
|
BYTE |
tolerance |
red tolerance |
|
BYTE |
level |
effect level |
Requirements
Header : Declared in BiFilter.h.