Package com.jhlabs.image
Class Spectrum
- java.lang.Object
-
- com.jhlabs.image.Spectrum
-
public class Spectrum extends java.lang.Object
A class for calulating the colors of the spectrum.
-
-
Constructor Summary
Constructors Constructor Description Spectrum()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
wavelengthToRGB(float wavelength)
Convert a wavelength to an RGB value.
-