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