MPSImageHistogramInfo Struct

Definition

Specifies the range of histogram data in a histogram, the number of entries, and whether to encode the alpha channel.

public struct MPSImageHistogramInfo
type MPSImageHistogramInfo = struct
Inheritance
MPSImageHistogramInfo

Fields

HistogramForAlpha

Specifies whether to encode the alpha channel in the histogram..

MaxPixelValue

Specifies the maximum value of histogram data in a histogram.

MinPixelValue

Specifies the minimum value of histogram data in a histogram.

NumberOfHistogramEntries

Specifies the number of entries in a histogram.

Applies to