public class HSVColorMap extends IcyColorMap
IcyColorMap.IcyColorMapType
alpha, blue, COLORMAP_BITS, DEFAULT_COLORMAP_DIR, gray, green, MAX_INDEX, MAX_LEVEL, red, SIZE
Constructor and Description |
---|
HSVColorMap()
Creates a HSV color map with default saturation of 1 and value of 1
|
HSVColorMap(float saturation,
float value)
Creates a HSV color map using a periodic variation the hue parameter, i.e. the actual RGB
color is the same (red) at both ends of the map.
|
addListener, beginUpdate, changed, copyFrom, copyFrom, copyFrom, copyFrom, copyFrom, copyFrom, endUpdate, equals, fireEvent, getAllColorMaps, getAlpha, getAlpha, getAlphaMap, getBlue, getBlue, getBlueMap, getColor, getCustomColorMaps, getDominantColor, getGreen, getGreen, getGreenMap, getLinearColorMaps, getName, getNormalizedAlpha, getNormalizedAlpha, getNormalizedAlphaMap, getNormalizedBlue, getNormalizedBlue, getNormalizedBlueMap, getNormalizedGreen, getNormalizedGreen, getNormalizedGreenMap, getNormalizedRed, getNormalizedRed, getNormalizedRedMap, getPremulRGB, getPremulRGBNorm, getRed, getRed, getRedMap, getSpecialColorMaps, getType, hashCode, isAlpha, isBlack, isEnabled, isGray, isLinear, isRGB, isUpdating, loadFromXML, onChanged, removeListener, saveToXML, setAlpha, setAlphaControlPoint, setAlphaToLinear, setAlphaToLinear3D, setAlphaToOpaque, setARGB, setARGB, setARGBControlPoint, setBlue, setBlueControlPoint, setDefaultAlphaFor3D, setEnabled, setGray, setGrayControlPoint, setGreen, setGreenControlPoint, setName, setNormalizedAlpha, setNormalizedBlue, setNormalizedGray, setNormalizedGreen, setNormalizedRed, setRed, setRedControlPoint, setRGB, setRGB, setRGBControlPoint, setType, setTypeFromData, setTypeFromData, toString
public HSVColorMap()
public HSVColorMap(float saturation, float value) throws java.lang.IllegalArgumentException
saturation
- the color saturation between 0 and 1 (0 = weak, 1 = strong)value
- the color value between 0 and 1 (0 = dark, 1 = light)java.lang.IllegalArgumentException
- if any of the parameters is out of range