Class MPSImageThresholdTruncate

    • Constructor Detail

      • MPSImageThresholdTruncate

        public MPSImageThresholdTruncate()
      • MPSImageThresholdTruncate

        protected MPSImageThresholdTruncate​(NSObject.Handle h,
                                            long handle)
      • MPSImageThresholdTruncate

        protected MPSImageThresholdTruncate​(NSObject.SkipInit skipInit)
      • MPSImageThresholdTruncate

        public MPSImageThresholdTruncate​(MTLDevice device,
                                         float thresholdValue,
                                         org.robovm.rt.bro.ptr.FloatPtr transform)
      • MPSImageThresholdTruncate

        public MPSImageThresholdTruncate​(NSCoder aDecoder,
                                         MTLDevice device)
        Since:
        Available in iOS 11.0 and later.
      • MPSImageThresholdTruncate

        public MPSImageThresholdTruncate​(NSCoder decoder)
    • Method Detail

      • getThresholdValue

        public float getThresholdValue()
      • getTransform

        public org.robovm.rt.bro.ptr.FloatPtr getTransform()
      • init

        protected long init​(MTLDevice device,
                            float thresholdValue,
                            org.robovm.rt.bro.ptr.FloatPtr transform)