
public class ColorMappingVariationHue extends ColorMappingVariation
| Constructor and Description |
|---|
ColorMappingVariationHue(float scalarStart,
float scalarEnd,
float hueStart,
float hueEnd,
float saturation,
float luminance)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected float |
getHue(float pScalar) |
protected float |
getLuminance(float pScalar) |
protected float |
getSaturation(float pScalar) |
computeColor, init, mapScalaradd, getColorForIndex, setpublic ColorMappingVariationHue(float scalarStart,
float scalarEnd,
float hueStart,
float hueEnd,
float saturation,
float luminance)
scalarStart - start of scalarscalarEnd - end of scalarhueStart - hue start valuehueEnd - hue end valuesaturation - fixed saturation valueluminance - fixed luminance valueprotected float getHue(float pScalar)
getHue in class ColorMappingVariationprotected float getSaturation(float pScalar)
getSaturation in class ColorMappingVariationprotected float getLuminance(float pScalar)
getLuminance in class ColorMappingVariation