JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.jhlabs.image
Interface Colormap
All Known Implementing Classes:
ArrayColormap
,
Gradient
,
GrayscaleColormap
,
LinearColormap
,
SpectrumColormap
,
SplineColormap
public interface
Colormap
An interface for color maps. These are passed to filters which convert gray values to colors. This is similar to the ColorModel class but works with floating point values.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
getColor
(float v)
Convert a value in the range 0..1 to an RGB color.
Method Detail
getColor
int getColor(float v)
Convert a value in the range 0..1 to an RGB color.
Parameters:
v
- a value in the range 0..1
Returns:
an RGB color
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method