GrayscaleBitmapSourceConverter Class
Converts an image BitmapSource into a grayscale version of the same image.
Assembly: Microsoft.VisualStudio.Imaging (in Microsoft.VisualStudio.Imaging.dll)
Microsoft.VisualStudio.PlatformUI.ValueConverter<TSource, TTarget>
Microsoft.VisualStudio.PlatformUI.GrayscaleBitmapSourceConverter
| Name | Description | |
|---|---|---|
![]() | GrayscaleBitmapSourceConverter() | Initializes a new instance of GrayscaleBitmapSourceConverter. |
| Name | Description | |
|---|---|---|
![]() | Convert(BitmapSource, Object, CultureInfo) | Converts the image.(Overrides ValueConverter<TSource, TTarget>.Convert(TSource, Object, CultureInfo).) |
![]() | Convert(Object, Type, Object, CultureInfo) | Microsoft internal use only.(Inherited from ValueConverter<TSource, TTarget>.) |
![]() | ConvertBack(TTarget, Object, CultureInfo) | Microsoft internal use only.(Inherited from ValueConverter<TSource, TTarget>.) |
![]() | ConvertBack(Object, Type, Object, CultureInfo) | Microsoft internal use only.(Inherited from ValueConverter<TSource, TTarget>.) |
![]() ![]() | ConvertCore(BitmapSource, Color) | Converts the image. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() ![]() | GetBiasColor(Object) | Gets the bias color. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


