ImageFormat enum
Values
- RGBA → const ImageFormat
-
const ImageFormat(0) - RGB → const ImageFormat
-
const ImageFormat(1) - BGR → const ImageFormat
-
const ImageFormat(2) - GRAY → const ImageFormat
-
const ImageFormat(3) - BGRA → const ImageFormat
-
const ImageFormat(4) - YCrCb → const ImageFormat
-
const ImageFormat(5) - YUV → const ImageFormat
-
const ImageFormat(6) - HSV → const ImageFormat
-
const ImageFormat(7) - XYZ → const ImageFormat
-
const ImageFormat(8) - BGR555 → const ImageFormat
-
const ImageFormat(9) - BGR565 → const ImageFormat
-
const ImageFormat(10) - YUV_NV21 → const ImageFormat
-
const ImageFormat(11) - YUV_NV12 → const ImageFormat
-
const ImageFormat(12) - YUV_I420 → const ImageFormat
-
const ImageFormat(13) - HSV_FULL → const ImageFormat
-
const ImageFormat(14)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
final
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<
ImageFormat> - A constant List of the values in this enum, in order of their declaration.