Module: SDL2::PixelFormat::Type

Defined in:
video.c

Constant Summary collapse

UNKNOWN =

Returns:

  • (Integer)
UINT2NUM(SDL_PIXELTYPE_UNKNOWN)
INDEX1 =

Returns:

  • (Integer)
UINT2NUM(SDL_PIXELTYPE_INDEX1)
INDEX4 =

Returns:

  • (Integer)
UINT2NUM(SDL_PIXELTYPE_INDEX4)
INDEX8 =

Returns:

  • (Integer)
UINT2NUM(SDL_PIXELTYPE_INDEX8)
PACKED8 =

Returns:

  • (Integer)
UINT2NUM(SDL_PIXELTYPE_PACKED8)
PACKED16 =

Returns:

  • (Integer)
UINT2NUM(SDL_PIXELTYPE_PACKED16)
PACKED32 =

Returns:

  • (Integer)
UINT2NUM(SDL_PIXELTYPE_PACKED32)
ARRAYU8 =

Returns:

  • (Integer)
UINT2NUM(SDL_PIXELTYPE_ARRAYU8)
ARRAYU16 =

Returns:

  • (Integer)
UINT2NUM(SDL_PIXELTYPE_ARRAYU16)
ARRAYU32 =

Returns:

  • (Integer)
UINT2NUM(SDL_PIXELTYPE_ARRAYU32)
ARRAYF16 =

Returns:

  • (Integer)
UINT2NUM(SDL_PIXELTYPE_ARRAYF16)
ARRAYF32 =

Returns:

  • (Integer)
UINT2NUM(SDL_PIXELTYPE_ARRAYF32)