public interface ColorBlend
| Modifier and Type | Method and Description | 
|---|---|
java.awt.Color | 
color(double v)
Returns a  
Color for a given double value | 
void | 
rescale(double minV,
       double maxV)
Tells this object the minimum value and the maximum value it can receive. 
 | 
java.awt.Color color(double v)
Color for a given double valuev - the input double valueColor for a given double valuevoid rescale(double minV,
             double maxV)
minV - the minimum valuemaxV - the maximum value