Module: SDL2::PixelFormat::ArrayOrder

Defined in:
video.c

Constant Summary collapse

NONE =

Returns:

  • (Integer)
UINT2NUM(SDL_ARRAYORDER_NONE)
RGB =

Returns:

  • (Integer)
UINT2NUM(SDL_ARRAYORDER_RGB)
RGBA =

Returns:

  • (Integer)
UINT2NUM(SDL_ARRAYORDER_RGBA)
ARGB =

Returns:

  • (Integer)
UINT2NUM(SDL_ARRAYORDER_ARGB)
BGR =

Returns:

  • (Integer)
UINT2NUM(SDL_ARRAYORDER_BGR)
BGRA =

Returns:

  • (Integer)
UINT2NUM(SDL_ARRAYORDER_BGRA)
ABGR =

Returns:

  • (Integer)
UINT2NUM(SDL_ARRAYORDER_ABGR)