Click or drag to resize

ColorConverter Class

Note: This API is now obsolete.

Converts instances of other types to and from a Color.
Inheritance Hierarchy

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ObsoleteAttribute("Since 2.5. Use TypeDescriptor.GetConverter instead")]
public class ColorConverter : TypeConverter

The ColorConverter type exposes the following members.

Constructors
  NameDescription
Public methodColorConverter
Initializes a new instance of the ColorConverter class
Top
Methods
Remarks
This only supports converting from a string supported by the TryParse(String, Color) method. When converting to a string, it converts to a Hex format via ToHex(Boolean)
See Also