Module: SDL2::BITMAPORDER

Includes:
EnumerableConstants
Defined in:
lib/sdl2/pixels.rb

Overview

Bitmap pixel order, high bit -> low bit

Constant Summary collapse

NONE =
next_const_value
N4321 =
next_const_value
N1234 =
next_const_value

Method Summary

Methods included from EnumerableConstants

included