Share via


Graphics.setColor

Class Overview | Class Members | This Package | All Packages

Syntax

public abstract void setColor( Color c )

Parameters
  • c
    the new rendering color.
Description

Sets this graphics context's current color to the specified color. All subsequent graphics operations using this graphics context use this specified color.

See Also

Color, getColor