Class CMYKColorSpace

java.lang.Object
java.awt.color.ColorSpace
org.apache.xmlgraphics.java2d.CMYKColorSpace
All Implemented Interfaces:
Serializable

public class CMYKColorSpace extends ColorSpace
Deprecated.
This class has been moved to the "color" subpackage.
This class represents an uncalibrated CMYK color space.
See Also:
  • Constructor Details

    • CMYKColorSpace

      protected CMYKColorSpace(int type, int numcomponents)
      Deprecated.
      See Also:
  • Method Details

    • getInstance

      public static CMYKColorSpace getInstance()
      Deprecated.
      Returns an instance of an uncalibrated CMYK color space.
      Returns:
      CMYKColorSpace the requested color space object
    • toRGB

      public float[] toRGB(float[] colorvalue)
      Deprecated.
      Specified by:
      toRGB in class ColorSpace
    • fromRGB

      public float[] fromRGB(float[] rgbvalue)
      Deprecated.
      Specified by:
      fromRGB in class ColorSpace
    • toCIEXYZ

      public float[] toCIEXYZ(float[] colorvalue)
      Deprecated.
      Specified by:
      toCIEXYZ in class ColorSpace
    • fromCIEXYZ

      public float[] fromCIEXYZ(float[] colorvalue)
      Deprecated.
      Specified by:
      fromCIEXYZ in class ColorSpace