Package com.metsci.glimpse.core.support.colormap
Color gradient utilities.
-
Interface Summary Interface Description ColorGradient A relativeColorMap
which maps values on [0, 1] to colors.ColorMap Defines a mapping from data values to RGBA colors. -
Class Summary Class Description ColorGenerator Picks colors from a givenColorGradient
.ColorGradientArray ColorGradients A collection of common color gradients.ColorGradientUtils ColorGradientUtils.ValueAndColor ColorMapLinear AColorMap
which linearly interpolates the providedColorGradient
over the provided data bounds.ColorMapLog AColorMap
which interpolates the providedColorGradient
logarithmically over the provided data bounds.