Creates a color from an RGB string

Namespace: Skewworks.NETMF
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public static Color FromString(
	string colVal
)

Parameters

colVal
Type: System..::..String
String to convert to color. For example 255,0,0 will result in Red.

Return Value

Type: Color
Returns the color value.

See Also