Interface IEffectLayerInfo
- Namespace
- PaintDotNet.Effects
- Assembly
- PaintDotNet.Effects.Core.dll
public interface IEffectLayerInfo : IObjectRef, IIsDisposed, IDisposable, IInternalImpl
- Inherited Members
- Extension Methods
Properties
- BlendMode
Gets the blend mode of the layer.
- Name
Gets the name of the layer.
- Opacity
Gets the opacity of the layer. The range is [0, 1].
- Visible
Gets a flag indicating whether the layer is visible or not.
Methods
- GetBitmap(in PixelFormat)
Gets a bitmap that renders the layer's contents in the requested pixel format.