TPixelDataFormat class sealed
! Pixel Data Format
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
- PIXELDATAFORMAT_ALPHA → const int
- PIXELDATAFORMAT_DEPTH_COMPONENT → const int
- !< Depth, 16-bit or 24-bits usually
- PIXELDATAFORMAT_DEPTH_STENCIL → const int
- !< Two Depth (24-bits) + Stencil (8-bits) channels
- PIXELDATAFORMAT_R → const int
- !< One Red channel, float
- PIXELDATAFORMAT_R_INTEGER → const int
- !< One Red channel, integer
- PIXELDATAFORMAT_RG → const int
- !< Two Red and Green channels, float
- PIXELDATAFORMAT_RG_INTEGER → const int
- !< Two Red and Green channels, integer
- PIXELDATAFORMAT_RGB → const int
- !< Three Red, Green and Blue channels, float
- PIXELDATAFORMAT_RGB_INTEGER → const int
- !< Three Red, Green and Blue channels, integer
- PIXELDATAFORMAT_RGBA → const int
- !< Four Red, Green, Blue and Alpha channels, float
- PIXELDATAFORMAT_RGBA_INTEGER → const int
- !< Four Red, Green, Blue and Alpha channels, integer
- PIXELDATAFORMAT_UNUSED → const int