Surface.colorMod - multiple declarations

Function Surface.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 Surface.colorMod

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

Color colorMod() @property;