Module: SDL2::PixelFormat::PackedLayout

Defined in:
video.c

Constant Summary collapse

NONE =

Returns:

  • (Integer)
UINT2NUM(SDL_PACKEDLAYOUT_NONE)
L_332 =

Returns:

  • (Integer)
UINT2NUM(SDL_PACKEDLAYOUT_332)
L_4444 =

Returns:

  • (Integer)
UINT2NUM(SDL_PACKEDLAYOUT_4444)
L_1555 =

Returns:

  • (Integer)
UINT2NUM(SDL_PACKEDLAYOUT_1555)
L_5551 =

Returns:

  • (Integer)
UINT2NUM(SDL_PACKEDLAYOUT_5551)
L_565 =

Returns:

  • (Integer)
UINT2NUM(SDL_PACKEDLAYOUT_565)
L_8888 =

Returns:

  • (Integer)
UINT2NUM(SDL_PACKEDLAYOUT_8888)
L_2101010 =

Returns:

  • (Integer)
UINT2NUM(SDL_PACKEDLAYOUT_2101010)
L_1010102 =

Returns:

  • (Integer)
UINT2NUM(SDL_PACKEDLAYOUT_1010102)