Renderer.drawColor - multiple declarations

Function Renderer.drawColor

Sets the color of the renderer will draw with

override void drawColor (
  Color color
) @property;

Function Renderer.drawColor

Returns the color that the renderer will draw with

override Color drawColor() @property;