Class 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:
    Serialized Form
    • Constructor Detail

      • CMYKColorSpace

        protected CMYKColorSpace​(int type,
                                 int numcomponents)
        Deprecated.
        See Also:
        ColorSpace(int, int)
    • Method Detail

      • 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