Share via


CrispImage.SetGrayscaleBiasColor Method

Definition

Sets the grayscale bias color used by the CrispImage objects that are descendants of the element to which this property is attached.

public:
 static void SetGrayscaleBiasColor(System::Windows::DependencyObject ^ element, Nullable<System::Windows::Media::Color> value);
public static void SetGrayscaleBiasColor (System.Windows.DependencyObject element, System.Windows.Media.Color? value);
static member SetGrayscaleBiasColor : System.Windows.DependencyObject * Nullable<System.Windows.Media.Color> -> unit
Public Shared Sub SetGrayscaleBiasColor (element As DependencyObject, value As Nullable(Of Color))

Parameters

element
DependencyObject

The element for which to set the grayscale bias color.

value
Nullable<Color>

The color to set.

Applies to