Package com.jhlabs.image
Class GrayscaleColormap
- java.lang.Object
-
- 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
Constructors Constructor Description GrayscaleColormap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getColor(float v)
Convert a value in the range 0..1 to an RGB color.
-