Class EffectEnvironmentExtensions
- Namespace
- PaintDotNet.Effects
- Assembly
- PaintDotNet.Effects.Core.dll
public static class EffectEnvironmentExtensions
- Inheritance
-
EffectEnvironmentExtensions
- Inherited Members
Methods
- GetSourceBitmap(IEffectEnvironment, in PixelFormat)
Gets a bitmap that renders the source layer's contents in the requested pixel format.
- GetSourceBitmapBgra32(IEffectEnvironment)
(Recommended) Gets a bitmap that renders the source layer's contents in the native Bgra32 pixel format.
- GetSourceBitmap<TPixel>(IEffectEnvironment)
Gets a bitmap that renders the source layer's contents in the requested pixel format.