Interface IHistogramData
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Framework.dll
Contains the output data for HistogramEffect2.
public interface IHistogramData : IObjectRef, IIsDisposed, IDisposable, IInternalImpl
- Inherited Members
- Extension Methods
Properties
- MaxBinValue
For each channel, gets the the maximum value in the histogram.
- SumBinValues
The per-channel sum of all elements in the Bins array.