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

    Modifier and Type
    Method
    Description
    getColor(double value)
     
  • Method Details

    • getColor

      Color getColor(double value)
      Parameters:
      value - The real to be mapped
      Returns:
      The color corresponding to value