public final class ColorSpaces
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static CIELabColorSpace |
getCIELabColorSpaceD50() |
Returns an instance of the CIE L*a*b* color space using the D50 white point.
|
static CIELabColorSpace |
getCIELabColorSpaceD65() |
Returns an instance of the CIE L*a*b* color space using the D65 white point.
|
static ColorSpaceOrigin |
getColorSpaceOrigin(java.awt.color.ColorSpace cs) |
Returns information about the origin of a color space.
|
static DeviceCMYKColorSpace |
getDeviceCMYKColorSpace() |
Returns an instance of the device-specific CMYK color space.
|
static boolean |
isDeviceColorSpace(java.awt.color.ColorSpace cs) |
Indicates whether the given color space is device-specific (i.e.
|
public static DeviceCMYKColorSpace getDeviceCMYKColorSpace()
public static boolean isDeviceColorSpace(java.awt.color.ColorSpace cs)
cs
- the color space to checkpublic static CIELabColorSpace getCIELabColorSpaceD50()
public static CIELabColorSpace getCIELabColorSpaceD65()
public static ColorSpaceOrigin getColorSpaceOrigin(java.awt.color.ColorSpace cs)
cs
- the color spaceCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.