Module: SDL2::PixelFormat::BitmapOrder

Defined in:
video.c

Constant Summary collapse

NONE =

Returns:

  • (Integer)
UINT2NUM(SDL_BITMAPORDER_NONE)
O_1234 =

Returns:

  • (Integer)
UINT2NUM(SDL_BITMAPORDER_1234)
O_4321 =

Returns:

  • (Integer)
UINT2NUM(SDL_BITMAPORDER_4321)