hi_color_gamut

Description

Defines the color gamuts.

Prototype

typedef enum {
    HI_COLOR_GAMUT_BT601 = 0,
    HI_COLOR_GAMUT_BT709,
    HI_COLOR_GAMUT_BT2020,
    HI_COLOR_GAMUT_USER,
    HI_COLOR_GAMUT_BUTT
} hi_color_gamut;

Members

Member

Description

HI_COLOR_GAMUT_BT601

BT.601 color gamut.

HI_COLOR_GAMUT_BT709

BT.709 color gamut.

HI_COLOR_GAMUT_BT2020

BT.2020 color gamut. Currently not supported.

HI_COLOR_GAMUT_USER

User-defined non-standard color gamut.

HI_COLOR_GAMUT_BUTT

Reserved.