1# ImageProcessing_ColorSpaceInfo 2 3## Overview 4 5Defines a struct for the color space information, which is used in CSC capability query. 6 7**See also** 8 9[OH_ImageProcessing_IsColorSpaceConversionSupported](capi-image-processing-h.md#oh_imageprocessing_iscolorspaceconversionsupported), [OH_ImageProcessing_IsCompositionSupported](capi-image-processing-h.md#oh_imageprocessing_iscompositionsupported), [OH_ImageProcessing_IsDecompositionSupported](capi-image-processing-h.md#oh_imageprocessing_isdecompositionsupported) 10 11**Since**: 13 12 13**Related module**: [ImageProcessing](capi-imageprocessing.md) 14 15**Header file**: [image_processing_types.h](capi-image-processing-types-h.md) 16 17## Summary 18 19### Member Variables 20 21| Name| Description| 22| -- | -- | 23| int32_t metadataType | Metadata type. For details, see [OH_Pixelmap_HdrMetadataKey](capi-pixelmap-native-h.md#oh_pixelmap_hdrmetadatakey).| 24| int32_t colorSpace | Color space. For details, see [ColorSpaceName](../apis-arkgraphics2d/capi-native-color-space-manager-h.md#colorspacename).| 25| int32_t pixelFormat | Pixel format. For details, see [PIXEL_FORMAT](capi-pixelmap-native-h.md#pixel_format).| 26<!--no_check-->