Format enum
Constants
- abgr → const Format
-
const Format(1)
- argb → const Format
-
const Format(0)
- bgr → const Format
-
const Format(5)
- bgra → const Format
-
const Format(3)
- luminance → const Format
-
const Format(6)
- rgb → const Format
-
const Format(4)
- rgba → const Format
-
const Format(2)
-
values
→ const List<
Format> -
A constant List of the values in this enum, in order of their declaration.
const List<
Format>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited