- All Implemented Interfaces:
- ContinuousColorMapper
- Direct Known Subclasses:
- LogColorMapper, SqrtColorMapper
public abstract class ContinuousColorMapperTransform
extends java.lang.Object
implements ContinuousColorMapper
Maps colors by performing a transform of the input data and then passing
the transformed value to a ContinuousColorMapper for rendering.
For instance, to map [10^0, 10^10] to a rainbow gradient, use
new LogColorMapper(GradientMapper.getGradientMapper(GradientMapper.RAINBOW_GRADIENT, 0, 10))
- Author:
- Spencer Bliven