Class FSCMYKColor

    • Constructor Detail

      • FSCMYKColor

        public FSCMYKColor​(float cyan,
                           float magenta,
                           float yellow,
                           float black)
    • Method Detail

      • getCyan

        public float getCyan()
      • getMagenta

        public float getMagenta()
      • getYellow

        public float getYellow()
      • getBlack

        public float getBlack()