Module: SDL2::ARRAYORDER

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

Overview

Array component order, low byte -> hight byte

Constant Summary collapse

NONE =
next_const_value
RGB =
next_const_value
RGBA =
next_const_value
ARGB =
next_const_value
BGR =
next_const_value
BGRA =
next_const_value
ABGR =
next_const_value

Method Summary

Methods included from EnumerableConstants

included