Interface ContinuousColorMapper
- All Known Implementing Classes:
ContinuousColorMapperTransform,DefaultMatrixMapper,GradientMapper,LogColorMapper,SqrtColorMapper
public interface ContinuousColorMapper
Provides a mapping between real numbers and Colors.
For instance, this could generate a gradient.
- Author:
- Spencer Bliven
-
Method Summary
-
Method Details
-
getColor
- Parameters:
value- The real to be mapped- Returns:
- The color corresponding to value
-