public class NamedColor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.awt.Color |
m_col
The actual color object
|
java.lang.String |
m_name
The name of the color
|
Constructor and Description |
---|
NamedColor(java.lang.String n,
int r,
int g,
int b) |