Module: SDL2::PixelFormat::PackedOrder

Defined in:
video.c

Constant Summary collapse

NONE =

Returns:

  • (Integer)
UINT2NUM(SDL_PACKEDORDER_NONE)
XRGB =

Returns:

  • (Integer)
UINT2NUM(SDL_PACKEDORDER_XRGB)
RGBX =

Returns:

  • (Integer)
UINT2NUM(SDL_PACKEDORDER_RGBX)
ARGB =

Returns:

  • (Integer)
UINT2NUM(SDL_PACKEDORDER_ARGB)
RGBA =

Returns:

  • (Integer)
UINT2NUM(SDL_PACKEDORDER_RGBA)
XBGR =

Returns:

  • (Integer)
UINT2NUM(SDL_PACKEDORDER_XBGR)
BGRX =

Returns:

  • (Integer)
UINT2NUM(SDL_PACKEDORDER_BGRX)
ABGR =

Returns:

  • (Integer)
UINT2NUM(SDL_PACKEDORDER_ABGR)
BGRA =

Returns:

  • (Integer)
UINT2NUM(SDL_PACKEDORDER_BGRA)