Texture.alphaMod - multiple declarations
Function Texture.alphaMod
Wraps SDL_GetTextureAlphaMod
which gets the alpha multiplier of the dsdl
ubyte alphaMod() @property @trusted const;
Returns
alpha multiplier of the dsdl
Function Texture.alphaMod
Wraps SDL_SetTextureAlphaMod
which sets the alpha multiplier of the dsdl
void alphaMod
(
ubyte newAlphaMod
) @property @trusted;
Parameters
Name | Description |
---|---|
newAlphaMod | alpha multiplier (0-255) |