Enum ColorTransferCharacteristic
Represents the color transfer characteristics, which define how color values are encoded and transformed. These values match the ones defined by ISO/IEC 23091-2_2019 subclause 8.2.
Namespace: FFmpeg.Images
Assembly: FFmpeg.dll
Syntax
public enum ColorTransferCharacteristic
Fields
| Name | Description |
|---|---|
| ARIB_STD_B67 | ARIB STD-B67 transfer characteristics, also known as "Hybrid log-gamma". |
| BT1361_ECG | ITU-R BT.1361 Extended Colour Gamut transfer characteristics. |
| BT2020_10 | ITU-R BT.2020 transfer characteristics for 10-bit systems. |
| BT2020_12 | ITU-R BT.2020 transfer characteristics for 12-bit systems. |
| BT709 | ITU-R BT.709 transfer characteristics, also known as ITU-R BT1361, used for HD TV and some digital video standards. |
| Gamma22 | ITU-R BT.470 System M (525-line NTSC) transfer characteristics, also known as ITU-R BT1700 625 PAL & SECAM. |
| Gamma28 | ITU-R BT.470 System B/G (625-line PAL/SECAM) transfer characteristics, also known as ITU-R BT601. |
| IEC61966_2_1 | IEC 61966-2-1 transfer characteristics, used for sRGB or sYCC color spaces. |
| IEC61966_2_4 | IEC 61966-2-4 transfer characteristics, used in various color management systems. |
| Linear | Linear transfer characteristics, often used for linear color encoding. |
| Log | Logarithmic transfer characteristic with a 100:1 range. |
| LogSqrt | Logarithmic transfer characteristic with a 100 * Sqrt(10):1 range. |
| Reserved | Reserved transfer characteristics for future use. |
| Reserved0 | Reserved value, not to be used. |
| SMPTE170M | ITU-R BT.601 transfer characteristics, used for standard definition video, also known as ITU-R BT1358 and ITU-R BT1700 NTSC. |
| SMPTE2084 | SMPTE ST 2084 transfer characteristics for 10-, 12-, 14-, and 16-bit systems. |
| SMPTE240M | SMPTE 240M transfer characteristics, used in various video systems. |
| SMPTE428 | SMPTE ST 428-1 transfer characteristics. |
| SMPTEST2084 | Alias for SMPTE ST 2084 transfer characteristics. |
| SMPTEST428_1 | Alias for SMPTE ST 428-1 transfer characteristics. |
| Unspecified | Unspecified transfer characteristics. |
| __AVCOL_TRC_EXT_BASE | Not part of the ABI. |
| __AVCOL_TRC_EXT_NB | Not part of the ABI. |
| __AVCOL_TRC_V_LOG | Not part of the ABI. |
| __COUNT__ | Not part of ABI, represents the number of transfer characteristic options available. |