Uses of Class
org.apache.xmlgraphics.java2d.color.CIELabColorSpace
-
Packages that use CIELabColorSpace Package Description org.apache.xmlgraphics.java2d.color Provides additional color infrastructure so SVG and XSL-FO implementations can store additional color information and do things like specialized color conversions. -
-
Uses of CIELabColorSpace in org.apache.xmlgraphics.java2d.color
Fields in org.apache.xmlgraphics.java2d.color declared as CIELabColorSpace Modifier and Type Field Description private static CIELabColorSpace
ColorSpaces. cieLabD50
private static CIELabColorSpace
ColorSpaces. cieLabD65
Methods in org.apache.xmlgraphics.java2d.color that return CIELabColorSpace Modifier and Type Method Description static CIELabColorSpace
ColorSpaces. getCIELabColorSpaceD50()
Returns an instance of the CIE L*a*b* color space using the D50 white point.static CIELabColorSpace
ColorSpaces. getCIELabColorSpaceD65()
Returns an instance of the CIE L*a*b* color space using the D65 white point.
-