Initializes a new instance of the ExtendedColor class

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

Syntax

C#
public ExtendedColor(
	int type,
	float red,
	float green,
	float blue
)
Visual Basic
Public Sub New ( _
	type As Integer, _
	red As Single, _
	green As Single, _
	blue As Single _
)
Visual C++
public:
ExtendedColor(
	int type, 
	float red, 
	float green, 
	float blue
)

Parameters

type
Type: System..::..Int32
red
Type: System..::..Single
green
Type: System..::..Single
blue
Type: System..::..Single

See Also