Skip to content

Sdl TextureModulate

Tangent 128 edited this page Mar 28, 2015 · 3 revisions

SDL.textureModulate

The texture modulate.

Enum

SYNOPSIS

SDL.textureModulate = {
    None,
    Color,
    Alpha
}

VALUES

  • None, SDL_TEXTUREMODULATE_NONE
  • Color, SDL_TEXTUREMODULATE_COLOR
  • Alpha, SDL_TEXTUREMODULATE_ALPHA

Clone this wiki locally