Module: SDL2::TEXTUREMODULATE

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

Overview

The texture channel modulation used in #render_copy

Constant Summary collapse

NONE =
0x00000000
COLOR =
0x00000001
ALPHA =
0x00000002

Method Summary

Methods included from EnumerableConstants

included