Method GetSupportedFormatsList
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Primitives.dll
GetSupportedFormatsList()
Gets a list of the PixelFormats that have full support in the imaging framework.
These pixel formats will have a corresponding color struct, such as ColorBgra32,
as well as support for IBitmapSource, IBitmap, and IBitmapLock, and their
generic counterparts IBitmapSource<TPixel>, IBitmap<TPixel>, and
IBitmapLock<TPixel>.
public static IReadOnlyList<PixelFormat> GetSupportedFormatsList()