| Constructor and Description |
|---|
HSBColorizer()
Creates a new instance.
|
HSBColorizer(java.awt.Color start,
java.awt.Color end) |
HSBColorizer(float[] start,
float[] end) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
get(float value)
Gets a color for the specified value.
|