WPD_EFFECT_MODES enumeration
The WPD_EFFECT_MODES enumeration type describes various visual effects that can be applied to an image.
Syntax
typedef enum WPD_EFFECT_MODES {
WPD_EFFECT_MODE_UNDEFINED = 0,
WPD_EFFECT_MODE_COLOR = 1,
WPD_EFFECT_MODE_BLACK_AND_WHITE = 2,
WPD_EFFECT_MODE_SEPIA = 3
} ;
Constants
-
WPD_EFFECT_MODE_UNDEFINED
-
No effect has been specified.
-
WPD_EFFECT_MODE_COLOR
-
The image should be color.
-
WPD_EFFECT_MODE_BLACK_AND_WHITE
-
The image should be black and white.
-
WPD_EFFECT_MODE_SEPIA
-
The image should be sepia.
Remarks
This enumeration is used by the WPD_STILL_IMAGE_EFFECT_MODE property.
Requirements
Requirement | Value |
---|---|
Header |
|