Method TryGetPixelInfo
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Primitives.dll
TryGetPixelInfo(in PixelFormat)
Gets information about the pixel format.
public static IPixelInfo? TryGetPixelInfo(in PixelFormat format)
Parameters
format
PixelFormat
Returns
Remarks
This will be a boxed instance of a color struct, e.g. ColorAlpha8 for PixelFormats.Alpha8.
TryGetPixelInfo(in PixelFormat, out IPixelInfo?)
public static bool TryGetPixelInfo(in PixelFormat format, out IPixelInfo? pixelInfo)
Parameters
format
PixelFormatpixelInfo
IPixelInfo