BitmapSourceExtensionsConvertPixelFormat Method

Overload List

ConvertPixelFormat(BitmapSource, PixelFormat, IQuantizer, IDitherer) Converts the specified bitmap to a WriteableBitmap with the desired PixelFormat.

See the online help for an example with images.
ConvertPixelFormat(BitmapSource, PixelFormat, Color, Byte) Converts the specified bitmap to a WriteableBitmap of the desired PixelFormat.

See the online help for an example with images.
ConvertPixelFormat(BitmapSource, PixelFormat, Color, Color, Byte) Converts the specified bitmap to a WriteableBitmap of the desired PixelFormat.

See Also