Constructor ScalarHistogram
ScalarHistogram(Histogram, Histogram, Histogram, Histogram)
Initializes a new instance of the ScalarHistogram class using the specified per-channel histograms.
public ScalarHistogram(Histogram val0, Histogram val1, Histogram val2, Histogram val3)
Parameters
val0HistogramThe histogram for the first channel in the array.
val1HistogramThe histogram for the second channel in the array.
val2HistogramThe histogram for the third channel in the array.
val3HistogramThe histogram for the fourth channel in the array.