ClassColorToHSColorBrushConverter
Class
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:
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
targetType
parameter
culture
Returns
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
The value that is produced by the binding target.
targetType
The type to convert to.
parameter
The converter parameter to use.
culture
The culture to use in the converter.
Returns
A converted value. If the method returns null, the valid null value is used.