Module: SDL2::PIXELTYPE

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

Overview

Predefined pixel types.

Constant Summary collapse

UNKNOWN =
next_const_value
INDEX1 =
next_const_value
INDEX4 =
next_const_value
INDEX8 =
next_const_value
PACKED8 =
next_const_value
PACKED16 =
next_const_value
PACKED32 =
next_const_value
ARRAYU8 =
next_const_value
ARRAYU16 =
next_const_value
ARRAYU32 =
next_const_value
ARRAYF16 =
next_const_value
ARRAYF32 =
next_const_value

Method Summary

Methods included from EnumerableConstants

included