PixelType enum

The list of raster pixel types.

Inheritance
Available extensions

Values

unknown → const PixelType

Unknown pixel type.

uint1 → const PixelType

1-bit.

uint2 → const PixelType

2-bit.

uint4 → const PixelType

4-bit.

uint8 → const PixelType

Unsigned 8-bit integer.

int8 → const PixelType

Signed 8-bit integer.

uint16 → const PixelType

Unsigned 16-bit integer.

int16 → const PixelType

Signed 16-bit integer.

uint32 → const PixelType

Unsigned 32-bit integer.

int32 → const PixelType

Signed 32-bit integer.

float32 → const PixelType

32-bit floating point number.

float64 → const PixelType

64-bit floating point number.

Properties

coreValue → RT_PixelType
no setter
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

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<PixelType>
A constant List of the values in this enum, in order of their declaration.