railo.runtime.img.filter
Class SpectrumColormap
java.lang.Object
railo.runtime.img.filter.SpectrumColormap
- All Implemented Interfaces:
- Colormap
public class SpectrumColormap
- extends Object
- implements Colormap
A colormap with the colors of the spectrum.
Method Summary |
int |
getColor(float v)
Convert a value in the range 0..1 to an RGB color. |
SpectrumColormap
public SpectrumColormap()
- Construct a spcetrum color map.
getColor
public int getColor(float v)
- Convert a value in the range 0..1 to an RGB color.
- Specified by:
getColor
in interface Colormap
- Parameters:
v
- a value in the range 0..1
- Returns:
- an RGB color
Copyright © 2012 Railo