ObjectsColorEnum
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
Name | Description |
---|---|
OC_Blue | Blue tint. |
OC_Green | Green tint. |
OC_Red | Red tint. |
OC_Yellow | Yellow tint. |
Used in
7/3/2024 8:50:25 AM