ImageThemingUtilities::GetOrCreateThemedBitmapSource Method (BitmapSource^, Color, Boolean, Color, Boolean)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Imaging (in Microsoft.VisualStudio.Imaging.dll)
public: static BitmapSource^ GetOrCreateThemedBitmapSource( BitmapSource^ inputImage, Color backgroundColor, bool isEnabled, Color grayscaleBiasColor, bool isHighContrast )
Parameters
- inputImage
- Type: System.Windows.Media.Imaging::BitmapSource^
- backgroundColor
- Type: System.Windows.Media::Color
- isEnabled
- Type: System::Boolean
- grayscaleBiasColor
- Type: System.Windows.Media::Color
- isHighContrast
- Type: System::Boolean
Return Value
Type: System.Windows.Media.Imaging::BitmapSource^
Show: