GraphicsGetColorByName Method

Returns Color object by specified string representation of the color.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
C#
public static Color GetColorByName(
	string colorName
)

Parameters

colorName  String
String representation of the color.

Return Value

Color
Color object.

See Also