ActualGrayscaleBiasColorConverter Class

Definition

Determines the correct value for the grayscale bias color for a CrispImage

public ref class ActualGrayscaleBiasColorConverter sealed : Microsoft::VisualStudio::PlatformUI::MultiValueConverter<Nullable<System::Windows::Media::Color>, bool, System::Windows::Media::Color>
public ref class ActualGrayscaleBiasColorConverter sealed : Microsoft::VisualStudio::PlatformUI::MultiValueConverter<Nullable<System::Windows::Media::Color>, bool, System::Windows::Media::Color>
class ActualGrayscaleBiasColorConverter sealed : Microsoft::VisualStudio::PlatformUI::MultiValueConverter<Nullable<System::Windows::Media::Color>, bool, System::Windows::Media::Color>
public sealed class ActualGrayscaleBiasColorConverter : Microsoft.VisualStudio.PlatformUI.MultiValueConverter<System.Windows.Media.Color?,bool,System.Windows.Media.Color>
type ActualGrayscaleBiasColorConverter = class
    inherit MultiValueConverter<Nullable<Color>, bool, Color>
Public NotInheritable Class ActualGrayscaleBiasColorConverter
Inherits MultiValueConverter(Of Nullable(Of Color), Boolean, Color)
Inheritance

Constructors

ActualGrayscaleBiasColorConverter()

Initializes a new instance of ActualGrayscaleBiasColorConverter.

Fields

Instance

Creates a new instance of ActualGrayscaleBiasColorConverter.

Methods

CheckValue<T>(Object[], Int32, String)

Validates that values[index] is of type T

(Inherited from MultiValueConverterBase<TTarget>)
Convert(Object[], Type, Object, CultureInfo)

Microsoft internal use only.

(Inherited from MultiValueConverter<T1,T2,TTarget>)
Convert(T1, T2, Object, CultureInfo)

Microsoft internal use only.

(Inherited from MultiValueConverter<T1,T2,TTarget>)
ConvertBack(Object, Type[], Object, CultureInfo)

Microsoft internal use only.

(Inherited from MultiValueConverter<T1,T2,TTarget>)
ConvertBack(TTarget, T1, T2, Object, CultureInfo)

Microsoft internal use only.

(Inherited from MultiValueConverter<T1,T2,TTarget>)
ConvertBackCore(Object, Type[], Object, CultureInfo) (Inherited from MultiValueConverter<T1,T2,TTarget>)
ConvertCore(Object[], Type, Object, CultureInfo) (Inherited from MultiValueConverter<T1,T2,TTarget>)
MakeConverterFunctionNotDefinedException(String)

An exception thrown when the converter function isn’t defined.

(Inherited from MultiValueConverterBase<TTarget>)
ValidateConvertBackParameters(Object, Type[])

Validates the parameters passed to IMultiValueConverter.ConvertBack

(Inherited from MultiValueConverterBase<TTarget>)
ValidateConvertParameters(Object[], Type)

Validates the parameters passed to IMultiValueConverter.Convert

(Inherited from MultiValueConverterBase<TTarget>)

Applies to