public class Util
extends java.lang.Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static java.awt.Color[] |
byrColorScale()
Returns blue-yellow-red color scale.
|
static java.awt.Color[] |
getColorScale(int[][] rgb)
Returns n-dimensional array of colors for given nx3 integer array of RGB values.
|