Click or drag to resize

ColorConverterConvertFrom Method

Converts the value to an instance of a Color

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)

Parameters

context
Type: EtoITypeDescriptorContext
Context of the conversion
culture
Type: System.GlobalizationCultureInfo
Culture to use for the conversion
value
Type: SystemObject
Value to convert

Return Value

Type: Object
A Color instance with the converted value
See Also