Skip to main content
ObjectsColorEnum enumeration constants describe available colors of the objects which can be removed from the image.
typedef enum {
 OC_Red,
 OC_Green,
 OC_Blue,
 OC_Yellow
} ObjectsColorEnum;

Elements

NameDescription
OC\_BlueBlue tint.
OC\_GreenGreen tint.
OC\_RedRed tint.
OC\_YellowYellow tint.

Used in

IImageDocument::RemoveColorObjects