Table of Contents

Method GetBitmapBgra32

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

GetBitmapBgra32(IEffectLayerInfo)

(Recommended) Gets a bitmap that renders the layer's contents in the native Bgra32 pixel format.

public static IEffectInputBitmap<ColorBgra32> GetBitmapBgra32(this IEffectLayerInfo layer)

Parameters

layer IEffectLayerInfo

The layer.

Returns

IEffectInputBitmap<ColorBgra32>

The bitmap.