MaximumContrastConverter Class

Definition

Converts from a given Color/Brush to the Color/Brush that has the maximum contrast with the input value.

public ref class MaximumContrastConverter : System::Windows::Data::IMultiValueConverter, System::Windows::Data::IValueConverter
public class MaximumContrastConverter : System.Windows.Data.IMultiValueConverter, System.Windows.Data.IValueConverter
type MaximumContrastConverter = class
    interface IValueConverter
    interface IMultiValueConverter
Public Class MaximumContrastConverter
Implements IMultiValueConverter, IValueConverter
Inheritance
MaximumContrastConverter
Implements

Constructors

MaximumContrastConverter()

Methods

Convert(Object, Type, Object, CultureInfo)

Converts value to a Color or Brush.

Convert(Object[], Type, Object, CultureInfo)

Converts values to a Color or Brush.

ConvertBack(Object, Type, Object, CultureInfo)
ConvertBack(Object, Type[], Object, CultureInfo)

Applies to