Initializes a new instance of the CMYKColor class

Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public CMYKColor(
	float floatCyan,
	float floatMagenta,
	float floatYellow,
	float floatBlack
)
Visual Basic
Public Sub New ( _
	floatCyan As Single, _
	floatMagenta As Single, _
	floatYellow As Single, _
	floatBlack As Single _
)
Visual C++
public:
CMYKColor(
	float floatCyan, 
	float floatMagenta, 
	float floatYellow, 
	float floatBlack
)

Parameters

floatCyan
Type: System..::..Single
floatMagenta
Type: System..::..Single
floatYellow
Type: System..::..Single
floatBlack
Type: System..::..Single

See Also