Creates an XColor structure from the specified CMYK values.
            
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
public static XColor FromCmyk( double alpha, double cyan, double magenta, double yellow, double black )
Parameters
- alpha
 - Type: SystemDouble
 - cyan
 - Type: SystemDouble
 - magenta
 - Type: SystemDouble
 - yellow
 - Type: SystemDouble
 - black
 - Type: SystemDouble
 
Return Value
Type: XColorSee Also