Surface.alphaMod - multiple declarations

Function Surface.alphaMod

Wraps SDL_GetSurfaceAlphaMod which gets the alpha multiplier of the dsdl2.Surface

ubyte alphaMod() @property @trusted const;

Returns

alpha multiplier of the dsdl2.Surface

Function Surface.alphaMod

Wraps SDL_SetSurfaceAlphaMod which sets the alpha multiplier of the dsdl2.Surface

void alphaMod (
  ubyte newAlphaMod
) @property @trusted;

Parameters

NameDescription
newAlphaMod alpha multiplier (0-255)