CrispImage.GetGrayscaleBiasColor(DependencyObject) 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.
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.