GrayscaleBitmapSourceConverter::ConvertCore Method (BitmapSource^, Color)

Visual Studio 2015
 

Converts the image.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Imaging (in Microsoft.VisualStudio.Imaging.dll)

public:
static BitmapSource^ ConvertCore(
	BitmapSource^ image,
	Color biasColor
)

Parameters

image
Type: System.Windows.Media.Imaging::BitmapSource^

The image.

biasColor
Type: System.Windows.Media::Color

The bias color.

Return Value

Type: System.Windows.Media.Imaging::BitmapSource^

The converted image.

Return to top
Show: