GraphicsWebColorToColor Method
Converts Web Color to .Net Color. Method created, because .Net Compact Framework doesn't support System.Drawing.ColorTranslator class.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
public static int WebColorToColor(
string value
)
Public Shared Function WebColorToColor (
value As String
) As Integer
public:
static int WebColorToColor(
String^ value
)
static member WebColorToColor :
value : string -> int
- value String
-
Input Web Color string.
Int32
.Net Color.