Color.Parse

Color.Parse method

Extracts color components from the string.

public static Color Parse(string value)
ParameterTypeDescription
valueStringString value with color component values.

Return Value

Color object.

See Also