Converts a Color into a HTML representation of this Color.

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

Syntax

C#
public static Color DecodeColor(
	string s
)
Visual Basic
Public Shared Function DecodeColor ( _
	s As String _
) As Color
Visual C++
public:
static Color^ DecodeColor(
	String^ s
)

Parameters

s
Type: System..::..String

Return Value

the HTML representation of this Color

See Also