C# Class ColorPicker.HueToColorConverter

Inheritance: IValueConverter
Mostra file Open project: MadoxLabs/NoiseTool

Public Methods

Method Description
Convert ( Object value, Type targetType, Object parameter, CultureInfo culture ) : Object
ConvertBack ( Object value, Type targetType, Object parameter, CultureInfo culture ) : Object

Method Details

Convert() public method

public Convert ( Object value, Type targetType, Object parameter, CultureInfo culture ) : Object
value Object
targetType System.Type
parameter Object
culture System.Globalization.CultureInfo
return Object

ConvertBack() public method

public ConvertBack ( Object value, Type targetType, Object parameter, CultureInfo culture ) : Object
value Object
targetType System.Type
parameter Object
culture System.Globalization.CultureInfo
return Object