GrayscaleBitmapSourceConverter.ConvertCore(BitmapSource, Color) 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.
Converts the image.
public:
static System::Windows::Media::Imaging::BitmapSource ^ ConvertCore(System::Windows::Media::Imaging::BitmapSource ^ image, System::Windows::Media::Color biasColor);
public static System.Windows.Media.Imaging.BitmapSource ConvertCore (System.Windows.Media.Imaging.BitmapSource image, System.Windows.Media.Color biasColor);
static member ConvertCore : System.Windows.Media.Imaging.BitmapSource * System.Windows.Media.Color -> System.Windows.Media.Imaging.BitmapSource
Public Shared Function ConvertCore (image As BitmapSource, biasColor As Color) As BitmapSource
Parameters
- image
- BitmapSource
The image.
- biasColor
- Color
The bias color.
Returns
The converted image.