Click or drag to resize

ColorParse Method

Converts a string into a new instance of a Color

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static Color Parse(
	string value
)

Parameters

value
Type: SystemString
Value to convert

Return Value

Type: Color

[Missing <returns> documentation for "M:Eto.Drawing.Color.Parse(System.String)"]

Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIf the value is an invalid color
Remarks
See Also