Texture.alphaMod

Wraps SDL_SetTextureAlphaMod which sets the alpha multiplier of the dsdl2.Texture

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

Parameters

newAlphaMod ubyte

alpha multiplier (0-255)

Meta