Valuepublic class CIELabColor extends AbstractCIEColor
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
CIE_LAB_COLOR_FUNCTION |
values, whitepoint| Constructor | Description |
|---|---|
CIELabColor(float l,
float a,
float b) |
Creates a new CIELabColor with D50 as illuminant.
|
CIELabColor(float l,
float a,
float b,
float[] whitepoint) |
Creates a new CIELabColor.
|
| 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_LAB_COLOR_FUNCTION
public CIELabColor(float l,
float a,
float b,
float[] whitepoint)
l - the L* valuea - the a* valueb - the b* valuewhitepoint - the white point in CIE XYZ coordinatespublic CIELabColor(float l,
float a,
float b)
public java.lang.String getFunctionName()
getFunctionName in class AbstractCIEColorCopyright ? 2018 Apache Software Foundation. All Rights Reserved.