Surface.drawColor - multiple declarations

Function Surface.drawColor

Sets the drawcolor for this surface; what color things will be drawn with

override void drawColor (
  Color color
) @property;

Function Surface.drawColor

Gets the drawcolor for this surface; what color things will be drawn with

override Color drawColor() @property;