Channel enum Null safety
Constants
- alpha → const Channel
-
Alpha channel of a color.
const Channel(3)
- blue → const Channel
-
Blue channel of a color.
const Channel(2)
- green → const Channel
-
Green channel of a color.
const Channel(1)
- luminance → const Channel
-
Luminance (brightness) of a color.
const Channel(4)
- red → const Channel
-
Red channel of a color.
const Channel(0)
-
values
→ const List<
Channel> -
A constant List of the values in this enum, in order of their declaration.
const List<
Channel>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited