Valuepublic class CIELCHColor extends AbstractCIEColor
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
CIE_LCH_COLOR_FUNCTION |
values, whitepoint| Constructor | Description |
|---|---|
CIELCHColor(float l,
float c,
float h) |
Creates a new CIELCHColor with D65 as illuminant.
|
CIELCHColor(float l,
float c,
float h,
float[] whitepoint) |
Creates a new CIELCHColor.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getFunctionName() |
getColorValues, getCssText, getCssValueType, getWhitePoint, toStringcreateDOMException, getBlue, getBottom, getFloatValue, getGreen, getIdentifier, getLeft, getLength, getListStyle, getPrimitiveType, getRed, getRight, getSeparator, getStringValue, getTop, itempublic static final java.lang.String CIE_LCH_COLOR_FUNCTION
public CIELCHColor(float l,
float c,
float h,
float[] whitepoint)
l - the lightness (L) valuec - the chroma (C) valueh - the hue (H) valuewhitepoint - the white point in CIE XYZ coordinatespublic CIELCHColor(float l,
float c,
float h)
l - the lightness (L) valuec - the chroma (C) valueh - the hue (H) valuepublic java.lang.String getFunctionName()
getFunctionName in class AbstractCIEColorCopyright ? 2018 Apache Software Foundation. All Rights Reserved.