C# Class Zetbox.Client.WPF.Converter.AbstractShadeConverter

Inheritance: IValueConverter
Exibir arquivo Open project: daszat/zetbox

Public Methods

Method Description
Convert ( object value, Type targetType, object parameter, System culture ) : object
ConvertBack ( object value, Type targetType, object parameter, System culture ) : object

Protected Methods

Method Description
ShadeColor ( Color value, float amount = 0.5f ) : Color

Method Details

Convert() public method

public Convert ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
return object

ConvertBack() public method

public ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
return object

ShadeColor() protected abstract method

protected abstract ShadeColor ( Color value, float amount = 0.5f ) : Color
value Color
amount float
return Color