Uses of Class
org.robovm.apple.metalps.MPSImageHistogramInfo
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSImageHistogramInfo in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MPSImageHistogramInfo Modifier and Type Method Description MPSImageHistogramInfoMPSImageHistogram. getHistogramInfo()MPSImageHistogramInfoMPSImageHistogramEqualization. getHistogramInfo()MPSImageHistogramInfoMPSImageHistogramSpecification. getHistogramInfo()MPSImageHistogramInfoMPSImageNormalizedHistogram. getHistogramInfo()MPSImageHistogramInfoMPSImageHistogramInfo. setHistogramForAlpha(boolean histogramForAlpha)MPSImageHistogramInfoMPSImageHistogramInfo. setMaxPixelValue(VectorFloat4 maxPixelValue)MPSImageHistogramInfoMPSImageHistogramInfo. setMinPixelValue(VectorFloat4 minPixelValue)MPSImageHistogramInfoMPSImageHistogramInfo. setNumberOfHistogramEntries(long numberOfHistogramEntries)Methods in org.robovm.apple.metalps with parameters of type MPSImageHistogramInfo Modifier and Type Method Description protected longMPSImageHistogram. init(MTLDevice device, MPSImageHistogramInfo histogramInfo)protected longMPSImageHistogramEqualization. init(MTLDevice device, MPSImageHistogramInfo histogramInfo)protected longMPSImageHistogramSpecification. init(MTLDevice device, MPSImageHistogramInfo histogramInfo)protected longMPSImageNormalizedHistogram. init(MTLDevice device, MPSImageHistogramInfo histogramInfo)Constructors in org.robovm.apple.metalps with parameters of type MPSImageHistogramInfo Constructor Description MPSImageHistogram(MTLDevice device, MPSImageHistogramInfo histogramInfo)MPSImageHistogramEqualization(MTLDevice device, MPSImageHistogramInfo histogramInfo)MPSImageHistogramSpecification(MTLDevice device, MPSImageHistogramInfo histogramInfo)MPSImageNormalizedHistogram(MTLDevice device, MPSImageHistogramInfo histogramInfo)