pub type CicpId = SkNamedTransferFn_CicpId;
Expand description
Mapping between transfer function names and the number of the corresponding row in ITU-T H.273, table 3. As above, the constants are named based on the first specification referenced in the value’s row.
Aliased Type§
enum CicpId {
Show 13 variants
Rec709 = 1,
Rec470SystemM = 4,
Rec470SystemBG = 5,
Rec601 = 6,
SMPTE_ST_240 = 7,
Linear = 8,
IEC61966_2_4 = 11,
IEC61966_2_1 = 13,
Rec2020_10bit = 14,
Rec2020_12bit = 15,
PQ = 16,
SMPTE_ST_428_1 = 17,
HLG = 18,
}