Surface.alphaMod - multiple declarations

Function Surface.alphaMod

Sets the alpha modifier for the surface Alpha modification works by multiplying the alphaMultiplier / 255 into the surface pixels

void alphaMod (
  ubyte alphaMultiplier
) @property;

Function Surface.alphaMod

Gets the alpha modifier for the surface Alpha modification works by multiplying the alphaMultiplier / 255 into the surface pixels

ubyte alphaMod() @property;