[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.Effects.Histogram

Histogram Class

Builtin Histogram effect.

Implements
Namespace: C1.Util.DX.Direct2D.Effects
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public class Histogram : Effect, IDisposable, IUnknown

Constructors

Name Description
Histogram(IntPtr)

Initializes a new instance of the Histogram class.

Properties

Name Description
ChannelSelect

Specifies the channel used to generate the histogram. This effect has a single data output corresponding to the specified channel. See Channel selectors for more info.

HistogramOutput

The output array.

NumBins

Specifies the number of bins used for the histogram. The range of intensity values that fall into a particular bucket depend on the number of specified buckets.

Methods

Name Description
Create(DeviceContext)

Initializes a new instance of Histogram effect.