Texture.alphaMod - multiple declarations

Function Texture.alphaMod

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

ubyte alphaMod() @property @trusted const;

Returns

alpha multiplier of the dsdl2.Texture

Function Texture.alphaMod

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

void alphaMod (
  ubyte newAlphaMod
) @property @trusted;

Parameters

NameDescription
newAlphaMod alpha multiplier (0-255)