Class HistogramEffect2.Props
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Framework.dll
public sealed class HistogramEffect2.Props : CustomEffectProperties
- Inheritance
-
HistogramEffect2.Props
- Inherited Members
Constructors
Properties
- Bins
Specifies the number of bins used for the histogram. The range of intensity values that fall into a particular bins depend on the number of specified bins.
The valid range is [2, 4096]. The default value is 256.
- HistogramOutput
After the effect has been drawn to a render target (device context), this property contains the histogram data.
- InputAlphaMode
Specifies the alpha mode for the input. If this value is Premultiplied, the input pixels will be unpremultiplied before the histogram is calculated.
The default value is Premultiplied.