PackedLayout enum

SDL_PackedLayout.

Inheritance

Constructors

PackedLayout()
const

Values

none → const PackedLayout

SDL_PACKEDLAYOUT_NONE = 0

packedLayout332 → const PackedLayout

SDL_PACKEDLAYOUT_332 = 1

packedLayout4444 → const PackedLayout

SDL_PACKEDLAYOUT_4444 = 2

packedLayout1555 → const PackedLayout

SDL_PACKEDLAYOUT_1555 = 3

packedLayout5551 → const PackedLayout

SDL_PACKEDLAYOUT_5551 = 4

packedLayout565 → const PackedLayout

SDL_PACKEDLAYOUT_565 = 5

packedLayout8888 → const PackedLayout

SDL_PACKEDLAYOUT_8888 = 6

packedLayout2101010 → const PackedLayout

SDL_PACKEDLAYOUT_2101010 = 7

packedLayout1010102 → const PackedLayout

SDL_PACKEDLAYOUT_1010102 = 8

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

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