Table of Contents

Property MaskBitmap

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

MaskBitmap

Gets a bitmap containing a per-pixel mask. Pixels will have an alpha value representing the coverage of the selection at that pixel: 0 for no coverage, 255 for full coverage, and in-between values for areas that are partially covered (due to antialiasing/feathering).

IEffectInputBitmap<ColorAlpha8> MaskBitmap { get; }

Property Value

IEffectInputBitmap<ColorAlpha8>

The mask bitmap.