FilterColorModeEnum
FilterColorModeEnum enumeration constants describe the types of color objects which can be removed from the image.
typedef enum {
FCM_Full,
FCM_Background,
FCM_Stamp
} FilterColorModeEnum;
Elements
Name | Description |
---|---|
FCM_Full | All color object on the image. |
FCM_Background | Color objects in the background. |
FCM_Stamp | Color stamps and signatures. |
Used in
24.03.2023 8:48:38