[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Establishes a value in CMYK color model that is a subtractive color model, used in color printing. [Property] @C=Sets the cyan value. ARG(double)|7|0 @M=Sets the magenta value. ARG(double)|7|0 @Y=Sets the yellow value. ARG(double)|7|0 @K=Sets the black value. ARG(double)|7|0 [Methods] doFromSample=Create CMYK densities from a sample. ARG(float[] value)|1|0 Cmyk=Returns a CMYK object. ARG(Cmyk)|3|0 C=Returns Cyan density value. ARG(float)|3|107 M=Returns Magenta density value. ARG(float)|3|107 Y=Returns Yellow density value. ARG(float)|3|107 K=Returns Black density value. ARG(float)|3|107 Sample=Defines the sample to convert. ARG(float[])|4|0