Share via


CrispImage.GetGrayscaleBiasColor(DependencyObject) Method

Definition

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

public:
 static Nullable<System::Windows::Media::Color> GetGrayscaleBiasColor(System::Windows::DependencyObject ^ element);
public static System.Windows.Media.Color? GetGrayscaleBiasColor (System.Windows.DependencyObject element);
static member GetGrayscaleBiasColor : System.Windows.DependencyObject -> Nullable<System.Windows.Media.Color>
Public Shared Function GetGrayscaleBiasColor (element As DependencyObject) As Nullable(Of Color)

Parameters

element
DependencyObject

The element for which to get the grayscale bias color.

Returns

The grayscale bias color.

Applies to