ColorGamut enum
Values
- srgb → const ColorGamut
-
const ColorGamut('srgb')
- p3 → const ColorGamut
-
const ColorGamut('p3')
- rec2020 → const ColorGamut
-
const ColorGamut('rec2020')
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
Static Methods
-
fromValue(
String value) → ColorGamut -
fromValues(
Iterable< String> values) → Iterable<ColorGamut>
Constants
-
values
→ const List<
ColorGamut> - A constant List of the values in this enum, in order of their declaration.