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