Enum ColorPrimaries
Represents the chromaticity coordinates of the source primaries, matching values defined by ISO/IEC 23091-2_2019 and ITU-T H.273.
Namespace: FFmpeg.Images
Assembly: FFmpeg.dll
Syntax
public enum ColorPrimaries
Fields
| Name | Description |
|---|---|
| BT2020 | ITU-R BT.2020 color primaries, used for Ultra HD (UHD) video. |
| BT470BG | ITU-R BT.470 System B/G (625-line PAL/SECAM) color primaries. Also used in ITU-R BT.601-6 625, ITU-R BT.1358 625, and ITU-R BT.1700 625 PAL & SECAM standards. |
| BT470M | ITU-R BT.470 System M (525-line NTSC) color primaries. Also used in FCC Title 47 Code of Federal Regulations 73.682 (a)(20). |
| BT709 | ITU-R BT.709 color primaries, used for HD TV and some modern digital video standards. This also corresponds to ITU-R BT.1361, IEC 61966-2-4, and SMPTE RP 177 Annex B. |
| EBU3213 | EBU Tech 3213 color primaries, though rarely used, and related to one of the JEDEC P22 phosphors. |
| Film | Generic film color primaries, using color filters with Illuminant C. |
| JEDECP22 | Alias for EBU Tech 3213 primaries, linked to JEDEC P22 phosphor color primaries. |
| Reserved | Reserved value for future use. |
| Reserved0 | Reserved value, not to be used. |
| SMPTE170M | SMPTE 170M color primaries, used in NTSC video and similar to ITU-R BT.601 for 525-line systems. |
| SMPTE240M | SMPTE 240M color primaries, similar to SMPTE 170M but with slightly different characteristics. Sometimes referred to as "SMPTE C" despite using D65 white point. |
| SMPTE428 | SMPTE ST 428-1 color primaries, representing the CIE 1931 XYZ color space. |
| SMPTE431 | SMPTE ST 431-2 color primaries, also known as DCI-P3, used in digital cinema. |
| SMPTE432 | SMPTE ST 432-1 color primaries, also known as Display P3 or P3 D65, used in modern displays like smartphones and computers. |
| SMPTEST428_1 | SMPTE ST 428-1 color primaries (alias for SMPTE428), used in D-Cinema systems. |
| Unspecified | Unspecified color primaries. |
| __COUNT__ | Not part of ABI, and represents the number of color primary options available. |
| __PRI_EXT_BASE | Not part of the ABI |
| __PRI_EXT_COUNT | Not part of the ABI |
| __PRI_V_GAMUT | Not part of the ABI |