ConvertFrom

ColorConverter.ConvertFrom method

Parses color from string representation and returns the IConvertibleColor interface to convert it to various color spaces.

public static IConvertibleColor ConvertFrom(string color)
Parameter Type Description
color String color string.

Return Value

IConvertibleColor interface.

See Also