Table of Contents

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.

public static IReadOnlyList<PixelFormat> GetSupportedFormatsList()

Returns

IReadOnlyList<PixelFormat>