org.apache.fop.util
Class CMYKColorSpace
ColorSpace
org.apache.fop.util.CMYKColorSpace
public class CMYKColorSpace
extends ColorSpace
This class represents an uncalibrated CMYK color space. It is used by
the JpegImage class.
CMYKColorSpace
protected CMYKColorSpace(int type,
int numcomponents)
java.awt.color.ColorSpace.ColorSpace(int, int)
fromCIEXYZ
public float[] fromCIEXYZ(float[] colorvalue)
fromRGB
public float[] fromRGB(float[] rgbvalue)
getInstance
public static CMYKColorSpace getInstance()
Returns an instance of an uncalibrated CMYK color space.
- CMYKColorSpace the requested color space object
toCIEXYZ
public float[] toCIEXYZ(float[] colorvalue)
toRGB
public float[] toRGB(float[] colorvalue)
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.