Texture.alphaMod

Wraps SDL_GetTextureAlphaMod which gets the alpha multiplier of the dsdl2.Texture

  1. ubyte alphaMod()
    class Texture
    const @property @trusted
    ubyte
    alphaMod
    ()
  2. void alphaMod(ubyte newAlphaMod)

Return Value

Type: ubyte

alpha multiplier of the dsdl2.Texture

Meta