PixelFormat enum

Inheritance
Available extensions

Values

unknown → const PixelFormat
a8UNormInt → const PixelFormat
r8UNormInt → const PixelFormat
r8g8UNormInt → const PixelFormat
r8g8b8a8UNormInt → const PixelFormat
r8g8b8a8UNormIntSRGB → const PixelFormat
b8g8r8a8UNormInt → const PixelFormat
b8g8r8a8UNormIntSRGB → const PixelFormat
r32g32b32a32Float → const PixelFormat
r16g16b16a16Float → const PixelFormat
b10g10r10XR → const PixelFormat
b10g10r10XRSRGB → const PixelFormat
b10g10r10a10XR → const PixelFormat
s8UInt → const PixelFormat
d24UnormS8Uint → const PixelFormat
d32FloatS8UInt → const PixelFormat

Properties

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