Class MPSImageHistogramInfo

All Implemented Interfaces:
Iterable<MPSImageHistogramInfo>

public class MPSImageHistogramInfo
extends Struct<MPSImageHistogramInfo>
  • Constructor Details

    • MPSImageHistogramInfo

      public MPSImageHistogramInfo()
    • MPSImageHistogramInfo

      public MPSImageHistogramInfo​(long numberOfHistogramEntries, boolean histogramForAlpha, VectorFloat4 minPixelValue, VectorFloat4 maxPixelValue)
  • Method Details

    • getNumberOfHistogramEntries

      public long getNumberOfHistogramEntries()
    • setNumberOfHistogramEntries

      public MPSImageHistogramInfo setNumberOfHistogramEntries​(long numberOfHistogramEntries)
    • isHistogramForAlpha

      public boolean isHistogramForAlpha()
    • setHistogramForAlpha

      public MPSImageHistogramInfo setHistogramForAlpha​(boolean histogramForAlpha)
    • getMinPixelValue

      public VectorFloat4 getMinPixelValue()
    • setMinPixelValue

      public MPSImageHistogramInfo setMinPixelValue​(VectorFloat4 minPixelValue)
    • getMaxPixelValue

      public VectorFloat4 getMaxPixelValue()
    • setMaxPixelValue

      public MPSImageHistogramInfo setMaxPixelValue​(VectorFloat4 maxPixelValue)