Table of Contents

Property PixelFormat

Namespace
PaintDotNet.Effects
Assembly
PaintDotNet.Effects.Core.dll

PixelFormat

Gets the native pixel format of the document.

PixelFormat PixelFormat { get; }

Property Value

PixelFormat

Remarks

Currently, this will always be Bgra32. In the future more pixel formats will be available for documents to use so you should not rely on this always being Bgra32.