public class GrayscaleColormap extends java.lang.Object implements Colormap, java.io.Serializable
| Constructor and Description |
|---|
GrayscaleColormap() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColor(float v)
Convert a value in the range 0..1 to an RGB color.
|