com.jhlabs.image
Class GrayscaleColormap

java.lang.Object
  extended by com.jhlabs.image.GrayscaleColormap
All Implemented Interfaces:
Colormap, java.io.Serializable

public class GrayscaleColormap
extends java.lang.Object
implements Colormap, java.io.Serializable

A grayscale colormap. Black is 0, white is 1.

See Also:
Serialized Form

Constructor Summary
GrayscaleColormap()
           
 
Method Summary
 int getColor(float v)
          Convert a value in the range 0..1 to an RGB color.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrayscaleColormap

public GrayscaleColormap()
Method Detail

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