PixelType enum

SDL_PixelType.

Inheritance

Constructors

PixelType()
const

Values

unknown → const PixelType

SDL_PIXELTYPE_UNKNOWN = 0

index1 → const PixelType

SDL_PIXELTYPE_INDEX1 = 1

index4 → const PixelType

SDL_PIXELTYPE_INDEX4 = 2

index8 → const PixelType

SDL_PIXELTYPE_INDEX8 = 3

packed8 → const PixelType

SDL_PIXELTYPE_PACKED8 = 4

packed16 → const PixelType

SDL_PIXELTYPE_PACKED16 = 5

packed32 → const PixelType

SDL_PIXELTYPE_PACKED32 = 6

arrayu8 → const PixelType

SDL_PIXELTYPE_ARRAYU8 = 7

arrayu16 → const PixelType

SDL_PIXELTYPE_ARRAYU16 = 8

arrayu32 → const PixelType

SDL_PIXELTYPE_ARRAYU32 = 9

arrayf16 → const PixelType

SDL_PIXELTYPE_ARRAYF16 = 10

arrayf32 → const PixelType

SDL_PIXELTYPE_ARRAYF32 = 11

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