Module: SDL2::PACKEDORDER
- Includes:
- EnumerableConstants
- Defined in:
- lib/sdl2/pixels.rb
Overview
Packed component order, high bit -> low bit
Constant Summary collapse
- NONE =
next_const_value
- XRGB =
next_const_value
- RGBX =
next_const_value
- ARGB =
next_const_value
- RGBA =
next_const_value
- XBGR =
next_const_value
- BGRX =
next_const_value
- ABGR =
next_const_value
- BGRA =
next_const_value