énumération WPD_COLOR_CORRECTED_STATUS_VALUES
Le type d’énumération WPD_COLOR_CORRECTED_STATUS_VALUES décrit la correction des couleurs status d’un fichier image ou vidéo.
Syntaxe
typedef enum WPD_COLOR_CORRECTED_STATUS_VALUES {
WPD_COLOR_CORRECTED_STATUS_NOT_CORRECTED = 0,
WPD_COLOR_CORRECTED_STATUS_CORRECTED = 1,
WPD_COLOR_CORRECTED_STATUS_SHOULD_NOT_BE_CORRECTED = 2
} ;
Constantes
-
WPD_COLOR_CORRECTED_STATUS_NOT_CORRECTED
-
La couleur de l’image n’a pas été corrigée.
-
WPD_COLOR_CORRECTED_STATUS_CORRECTED
-
La couleur de l’image a été corrigée.
-
WPD_COLOR_CORRECTED_STATUS_SHOULD_NOT_BE_CORRECTED
-
La couleur de l’image n’a pas été corrigée et ne doit pas l’être.
Notes
Indique la couleur corrigée status d’une image. Cette énumération est utilisée par la propriété WPD_IMAGE_COLOR_CORRECTED_STATUS .
Spécifications
Condition requise | Valeur |
---|---|
En-tête |
|