XColor.FromCmyk Method (Double, Double, Double, Double)Terminal Works - PDF Printing.Net Library
Creates an XColor structure from the specified CMYK values.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public static XColor FromCmyk(
	double cyan,
	double magenta,
	double yellow,
	double black
)

Parameters

cyan
Type: System.Double
magenta
Type: System.Double
yellow
Type: System.Double
black
Type: System.Double

Return Value

Type: XColor
See Also

Reference