ImageProcessing_ColorSpaceInfo
typedef struct ImageProcessing_ColorSpaceInfo {...} ImageProcessing_ColorSpaceInfo
Overview
The struct describes the color space information, which is used in Color Space Conversion (CSC) capability query.
See also
OH_ImageProcessing_IsColorSpaceConversionSupported, OH_ImageProcessing_IsCompositionSupported, OH_ImageProcessing_IsDecompositionSupported
Since: 13
Related module: ImageProcessing
Header file: image_processing_types.h
Summary
Member Variables
| Name | Description |
|---|---|
| int32_t metadataType | Metadata type. For details, see OH_Pixelmap_HdrMetadataKey. |
| int32_t colorSpace | Color space. For details, see ColorSpaceName. |
| int32_t pixelFormat | Pixel format. For details, see PIXEL_FORMAT. |