ColorToFilterEnum
ColorToFilterEnum enumeration constants describe the colors of the objects which can be removed from the image.
typedef enum {
CTF_Red,
CTF_Green,
CTF_Blue,
CTF_Yellow
} ColorToFilterEnum;
Elements
Name | Description |
---|---|
CTF_Red | Red tint. |
CTF_Green | Green tint. |
CTF_Blue | Blue tint. |
CTF_Yellow | Yellow tint. |
Used in
8/15/2023 1:19:30 PM