Texture.colorMod - multiple declarations

Function Texture.colorMod

Sets the color modifier for the surface Color modification works by multiplying the colorMultiplier / 255 into the surface pixels

void colorMod (
  Color colorMultiplier
) @property;

Function Texture.colorMod

Gets the color modifier for the surface Color modification works by multiplying the colorMultiplier / 255 into the surface pixels

Color colorMod() @property;