Class
ColorToHSColorBrushConverter

Converts the Current Color to SolidColorBrush with 1/2 Luminance.

Definition

Namespace:Telerik.Windows.Controls.ColorEditor.Converters

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public class ColorToHSColorBrushConverter : IValueConverter

Inheritance: objectColorToHSColorBrushConverter

Implements: IValueConverter

Constructors

ColorToHSColorBrushConverter()

Declaration

cs-api-definition
public ColorToHSColorBrushConverter()

Methods

Convert(object, Type, object, CultureInfo)

Converts the CurrentColor to HSL color with 0.5 Luminance.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object

ConvertBack(object, Type, object, CultureInfo)

Converts a value.

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

The value that is produced by the binding target.

targetType

Type

The type to convert to.

parameter

object

The converter parameter to use.

culture

CultureInfo

The culture to use in the converter.

Returns

object

A converted value. If the method returns null, the valid null value is used.