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