Method GetSupportedFormatsSet
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Primitives.dll
GetSupportedFormatsSet()
Gets a set 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
.
public static IReadOnlySet<PixelFormat> GetSupportedFormatsSet()