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.

Inheritance

Constructors

ColorSpaceConversion()
const

Values

none → const ColorSpaceConversion
force_601 → const ColorSpaceConversion
force_709 → const ColorSpaceConversion
forceHdr10 → const ColorSpaceConversion
forceHlg_2020 → const ColorSpaceConversion

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.