GraphicsWebColorToColor Method

Converts Web Color to .Net Color. Method created, because .Net Compact Framework doesn't support System.Drawing.ColorTranslator class.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
C#
public static int WebColorToColor(
	string value
)

Parameters

value  String
Input Web Color string.

Return Value

Int32
.Net Color.

See Also