skia_safe::named_primaries

Type Alias CicpId

Source
pub type CicpId = SkNamedPrimaries_CicpId;
Expand description

Mapping between names of color primaries and the number of the corresponding row in ITU-T H.273, table 2. As above, the constants are named based on the first specification referenced in the value’s row.

Aliased Type§

enum CicpId {
    Rec709 = 1,
    Rec470SystemM = 4,
    Rec470SystemBG = 5,
    Rec601 = 6,
    SMPTE_ST_240 = 7,
    GenericFilm = 8,
    Rec2020 = 9,
    SMPTE_ST_428_1 = 10,
    SMPTE_RP_431_2 = 11,
    SMPTE_EG_432_1 = 12,
    ITU_T_H273_Value22 = 22,
}

Variants§

§

Rec709 = 1

§

Rec470SystemM = 4

§

Rec470SystemBG = 5

§

Rec601 = 6

§

SMPTE_ST_240 = 7

§

GenericFilm = 8

§

Rec2020 = 9

§

SMPTE_ST_428_1 = 10

§

SMPTE_RP_431_2 = 11

§

SMPTE_EG_432_1 = 12

§

ITU_T_H273_Value22 = 22