Uses of Class
org.apache.xmlgraphics.java2d.color.CIELabColorSpace
Packages that use CIELabColorSpace
Package
Description
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 CIELabColorSpaceModifier and TypeFieldDescriptionprivate static CIELabColorSpace
ColorSpaces.cieLabD50
private static CIELabColorSpace
ColorSpaces.cieLabD65
Methods in org.apache.xmlgraphics.java2d.color that return CIELabColorSpaceModifier and TypeMethodDescriptionstatic 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.