CrispImage.SetGrayscaleBiasColor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.