Interface ColorMaps.ColorMap

Enclosing class:
ColorMaps

public static interface ColorMaps.ColorMap
colormap, which acts as an interpolating lookup table with an arbitrary range.
  • Method Summary

    Modifier and Type
    Method
    Description
    getColor(double value, double minValue, double maxValue)
    Get a packed ARGB representation of the (interpolated) color at the specified value,.
    Get the name of the colormap.
  • Method Details

    • getName

      String getName()
      Get the name of the colormap.
      Returns:
    • getColor

      Integer getColor(double value, double minValue, double maxValue)
      Get a packed ARGB representation of the (interpolated) color at the specified value,.
      Parameters:
      value - value that should be colorized
      minValue - minimum display value, corresponding to the first color in the lookup table of this map
      maxValue - maximum display value, corresponding to the first last in the lookup table of this map
      Returns: