The OpenVX Specification  a73e458
Image Color Space Constants

Detailed Description

The image color space list used by the VX_IMAGE_SPACE attribute of a vx_image.

Macros

#define VX_COLOR_SPACE_BT601_525   (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_COLOR_SPACE, 0x1))
 Use to indicate that the BT.601 coefficients and SMPTE C primaries are used for conversions.
 
#define VX_COLOR_SPACE_BT601_625   (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_COLOR_SPACE, 0x2))
 Use to indicate that the BT.601 coefficients and BTU primaries are used for conversions.
 
#define VX_COLOR_SPACE_BT709   (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_COLOR_SPACE, 0x3))
 Use to indicate that the BT.709 coefficients are used for conversions.
 
#define VX_COLOR_SPACE_DEFAULT   VX_COLOR_SPACE_BT709
 All images in VX are by default BT.709.
 
#define VX_COLOR_SPACE_NONE   (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_COLOR_SPACE, 0x0))
 Use to indicate that no color space is used.