Format enum Null safety
Image data format.
Constructors
- Format()
-
const
Values
- FORMAT_GRAY → const Format
-
Grayscale, 8 bit per pixel.
Format()
- FORMAT_RGB → const Format
-
RGB, 24 bit per pixel, 8 bit per channel.
Format()
- FORMAT_BGR → const Format
-
BGR, 24 bit per pixel, 8 bit per channel.
Format()
- FORMAT_YUV_NV21 → const Format
-
NV21 format in the YUV color coding system, the standard image format used on the Android camera preview.
Format()
- FORMAT_YUV_NV12 → const Format
-
NV12 format in the YUV color coding system.
Format()
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