public class CIELCHColor extends AbstractCIEColor
| Modifier and Type | Field and Description |
|---|---|
static String |
CIE_LCH_COLOR_FUNCTION |
values, whitepoint| Constructor and 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 and Description |
|---|---|
String |
getFunctionName() |
getColorValues, getCssText, getCssValueType, getWhitePoint, toStringcreateDOMException, getBlue, getBottom, getFloatValue, getGreen, getIdentifier, getLeft, getLength, getListStyle, getPrimitiveType, getRed, getRight, getSeparator, getStringValue, getTop, itempublic static final 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 String getFunctionName()
getFunctionName in class AbstractCIEColorCopyright © 2000–2017 Apache Software Foundation. All rights reserved.