Converts the given object to the converter's native type.
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
A System.ComponentModel.TypeDescriptor that provides a format context. You can use this object to get additional information about the environment from which this converter is being invoked.
A CultureInfo? that specifies the culture to represent the color.
The object to convert.