Package qupath.lib.color
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
 
- 
Method Details
- 
getName
String getName()Get the name of the colormap.- Returns:
 
 - 
getColor
Get a packed ARGB representation of the (interpolated) color at the specified value,.- Parameters:
 value- value that should be colorizedminValue- minimum display value, corresponding to the first color in the lookup table of this mapmaxValue- maximum display value, corresponding to the first last in the lookup table of this map- Returns:
 
 
 -