Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |
|