Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The WPD_COLOR_CORRECTED_STATUS_VALUES enumeration type describes the color correction status of an image or video file.
Syntax
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
} ;
Constants
-
WPD_COLOR_CORRECTED_STATUS_NOT_CORRECTED
-
The image has not been color corrected.
-
WPD_COLOR_CORRECTED_STATUS_CORRECTED
-
The image has been color corrected.
-
WPD_COLOR_CORRECTED_STATUS_SHOULD_NOT_BE_CORRECTED
-
The image has not been, and should not be, color corrected.
Remarks
Indicates the color corrected status of an image. This enumeration is used by the WPD_IMAGE_COLOR_CORRECTED_STATUS property.
Requirements
| Requirement | Value |
|---|---|
| Header |
|