This documentation is for the old version. Go to the latest Graphics Mill docs

Common.ParseWebColor Method

Parses a string which contains a hex representation of the RGB triad in HTML-style syntax to the Color value.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public Shared Function ParseWebColor ( _
	c As String _
) As Color
C#
public static Color ParseWebColor(
	string c
)

Parameters

c

Type: System.String

String to parse.

Return Value

The Color value equivalent to the specified string.

See Also

Reference