BitmapPixelFormat enum

Specifies the pixel format of pixel data. Each enumeration value defines a channel ordering, bit depth, and data type.

Inheritance

Constructors

BitmapPixelFormat(int value)
const
BitmapPixelFormat.from(int value)
factory

Values

unknown → const BitmapPixelFormat
const BitmapPixelFormat(0)
rgba16 → const BitmapPixelFormat
const BitmapPixelFormat(12)
rgba8 → const BitmapPixelFormat
const BitmapPixelFormat(30)
gray16 → const BitmapPixelFormat
const BitmapPixelFormat(57)
gray8 → const BitmapPixelFormat
const BitmapPixelFormat(62)
bgra8 → const BitmapPixelFormat
const BitmapPixelFormat(87)
nv12 → const BitmapPixelFormat
const BitmapPixelFormat(103)
p010 → const BitmapPixelFormat
const BitmapPixelFormat(104)
yuy2 → const BitmapPixelFormat
const BitmapPixelFormat(107)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<BitmapPixelFormat>
A constant List of the values in this enum, in order of their declaration.