Texture.mod

Gets the color and alpha multipliers of the dsdl2.Texture that wraps SDL_GetTextureColorMod and SDL_GetTextureAlphaMod

  1. Color mod()
    class Texture
    const @property @trusted
    mod
    ()
  2. void mod(Color newMod)

Return Value

Type: Color

color and alpha multipliers of the dsdl2.Texture

Meta