TPixelDataType class sealed

Properties

hashCode int
The hash code for this object.
no setterinherited
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

PIXELDATATYPE_BYTE → const int
!< signed byte
PIXELDATATYPE_COMPRESSED → const int
!< compressed pixels, @see CompressedPixelDataType
PIXELDATATYPE_FLOAT → const int
!< float (32-bits float)
PIXELDATATYPE_HALF → const int
!< half-float (16-bit float)
PIXELDATATYPE_INT → const int
!< signed int (32-bit)
PIXELDATATYPE_SHORT → const int
!< signed short (16-bit)
PIXELDATATYPE_UBYTE → const int
!< unsigned byte
PIXELDATATYPE_UINT → const int
!< unsigned int (32-bit)
PIXELDATATYPE_UINT_2_10_10_10_REV → const int
!< unsigned normalized 10 bits RGB, 2 bits alpha
PIXELDATATYPE_UINT_10F_11F_11F_REV → const int
!< three low precision floating-point numbers
PIXELDATATYPE_USHORT → const int
!< unsigned short (16-bit)
PIXELDATATYPE_USHORT_565 → const int
!< unsigned int (16-bit), encodes 3 RGB channels