org.apache.batik.css.engine.value.svg12
Class CIELabColor
java.lang.Object
org.apache.batik.css.engine.value.AbstractValue
org.apache.batik.css.engine.value.svg12.AbstractCIEColor
org.apache.batik.css.engine.value.svg12.CIELabColor
- All Implemented Interfaces:
- Value
public class CIELabColor
- extends AbstractCIEColor
This class represents an CIE L*a*b* color value.
- Version:
- $Id: CIELabColor.java 1617286 2014-08-11 14:03:51Z lbernardo $
|
Constructor Summary |
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. |
| Methods inherited from class org.apache.batik.css.engine.value.AbstractValue |
createDOMException, getBlue, getBottom, getFloatValue, getGreen, getIdentifier, getLeft, getLength, getListStyle, getPrimitiveType, getRed, getRight, getSeparator, getStringValue, getTop, item |
CIE_LAB_COLOR_FUNCTION
public static final String CIE_LAB_COLOR_FUNCTION
- See Also:
- Constant Field Values
CIELabColor
public CIELabColor(float l,
float a,
float b,
float[] whitepoint)
- Creates a new CIELabColor.
- Parameters:
l - the L* valuea - the a* valueb - the b* valuewhitepoint - the white point in CIE XYZ coordinates
CIELabColor
public CIELabColor(float l,
float a,
float b)
- Creates a new CIELabColor with D50 as illuminant.
getFunctionName
public String getFunctionName()
-
- Specified by:
getFunctionName in class AbstractCIEColor
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.