Texture.alphaMod - multiple declarations

Function Texture.alphaMod

Sets the texture's alpha value, or transparency, if possible Alpha varies from 0 to 255

void alphaMod (
  ubyte alphaMultiplier
) @property;

Function Texture.alphaMod

Gets the texture's alpha value, or transparency, if possible Alpha varies from 0 to 255

ubyte alphaMod() @property;