Table of Contents

Class Histogram

Namespace
SharpDX.Direct2D1.Effects
Assembly
SharpDX.Direct2D1.dll

Built in Histogram effect.

public class Histogram : Effect
Inheritance
Histogram
Inherited Members

Constructors

Histogram(DeviceContext)

Initializes a new instance of Histogram effect.

public Histogram(DeviceContext context)

Parameters

context DeviceContext

Properties

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.

public ChannelSelector ChannelSelect { get; set; }

Property Value

ChannelSelector

HistogramOutput

The output array.

public float[] HistogramOutput { get; }

Property Value

float[]

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.

public int NumBins { get; set; }

Property Value

int