Class java.awt.Color - Welcome to the Department of Computer and Information Science
public class Color extends Object implements Serializable This class encapsulates colors using the RGB format. In RGB format, the red, blue, and green components of a color are each represented by an integer in the range 0-255. The value 0 indicates no .....