PdfColorFromCmyk Method
Creates a color from cyan, magenta, yellow, and black components
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
public static PdfColor FromCmyk(
int cyan,
int magenta,
int yellow,
int black
)
- cyan Int32
- The cyan component value in the range 0 to 255
- magenta Int32
- The magenta component value in the range 0 to 255
- yellow Int32
- The yellow component value in the range 0 to 255
- black Int32
- The black component value in the range 0 to 255
PdfColorA color instance