Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
.gif)
| Previous | Next |
WPD_COLOR_CORRECTED_STATUS_VALUES
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
};
Members
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
Header: Defined in PortableDevice.h
See Also
| Previous | Next |