MPSImageHistogramInfo Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |