Class InvertedCMYKColorSpace

  • All Implemented Interfaces:
    Serializable

    public final class InvertedCMYKColorSpace
    extends ColorSpace
    Singleton class representing a simple, mathematically defined inverted CMYK color space.
    See Also:
    Serialized Form
    • Method Detail

      • getInstance

        public static final ColorSpace getInstance()
      • toRGB

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

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

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

        public float[] fromCIEXYZ​(float[] xyzvalue)
        Specified by:
        fromCIEXYZ in class ColorSpace