Property PixelFormat
- Namespace
- PaintDotNet.Effects
- Assembly
- PaintDotNet.Effects.Core.dll
PixelFormat
Gets the pixel format of the output buffer. This must match the pixel format when calling the Lock(in PixelFormat) method.
PixelFormat PixelFormat { get; }
Property Value
Remarks
The pixel format for the output buffer is established by setting the OutputPixelFormat property during the OnInitializeRenderInfo(IBitmapEffectRenderInfo) method. If the property is not set then the pixel format defaults to Bgra32.