Initializes a new instance of the Color class

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

Syntax

C#
public Color(
	int argb
)
Visual Basic
Public Sub New ( _
	argb As Integer _
)
Visual C++
public:
Color(
	int argb
)

Parameters

argb
Type: System..::..Int32

See Also