Package com.jhlabs.image
Class SpectrumColormap
java.lang.Object
com.jhlabs.image.SpectrumColormap
- All Implemented Interfaces:
Colormap
,Serializable
A colormap with the colors of the spectrum.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getColor
(float v) Convert a value in the range 0..1 to an RGB color.
-
Constructor Details
-
SpectrumColormap
public SpectrumColormap()Construct a spcetrum color map
-
-
Method Details