- All Implemented Interfaces:
- Mapping<Integer>
public class ColorMapping
extends Object
implements Mapping<Integer>
Mapping from doubles to colors. If the number of input colors is 1, always
return that color. Otherwise, take the input value and interpolates in HSB
space between the two colors closest to the value.
- Author:
- corajr