ColorSpaceConversion enum
Specify the color space you want for this output. The service supports conversion between HDR formats, between SDR formats, from SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't upgrade the dynamic range. The converted video has an HDR format, but visually appears the same as an unconverted output. HDR to SDR conversion uses Elemental tone mapping technology to approximate the outcome of manually regrading from HDR to SDR.
Values
- none → const ColorSpaceConversion
- force_601 → const ColorSpaceConversion
- force_709 → const ColorSpaceConversion
- forceHdr10 → const ColorSpaceConversion
- forceHlg_2020 → const ColorSpaceConversion
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ColorSpaceConversion> - A constant List of the values in this enum, in order of their declaration.