Table of Contents

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

Bins
MaxBinValue

For each channel, gets the the maximum value in the histogram.

MeanColor
SumBinValues

The per-channel sum of all elements in the Bins array.

Methods

GetBinIntensity(int)
GetPercentileColor(float)