Edit

Share via


MPSImageNormalizedHistogram Constructors

Definition

Overloads

MPSImageNormalizedHistogram(NSCoder)
MPSImageNormalizedHistogram(NSObjectFlag)
MPSImageNormalizedHistogram(IntPtr)
MPSImageNormalizedHistogram(NSCoder, IMTLDevice)
MPSImageNormalizedHistogram(IMTLDevice, MPSImageHistogramInfo)

MPSImageNormalizedHistogram(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSImageNormalizedHistogram (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSImageNormalizedHistogram : Foundation.NSCoder -> MetalPerformanceShaders.MPSImageNormalizedHistogram

Parameters

coder
NSCoder
Attributes

Applies to

MPSImageNormalizedHistogram(NSObjectFlag)

protected MPSImageNormalizedHistogram (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSImageNormalizedHistogram : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSImageNormalizedHistogram

Parameters

Applies to

MPSImageNormalizedHistogram(IntPtr)

protected internal MPSImageNormalizedHistogram (IntPtr handle);
new MetalPerformanceShaders.MPSImageNormalizedHistogram : nativeint -> MetalPerformanceShaders.MPSImageNormalizedHistogram

Parameters

handle
IntPtr

nativeint

Applies to

MPSImageNormalizedHistogram(NSCoder, IMTLDevice)

[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSImageNormalizedHistogram (Foundation.NSCoder aDecoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSImageNormalizedHistogram : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSImageNormalizedHistogram

Parameters

aDecoder
NSCoder
device
IMTLDevice
Attributes

Applies to

MPSImageNormalizedHistogram(IMTLDevice, MPSImageHistogramInfo)

[Foundation.Export("initWithDevice:histogramInfo:")]
[ObjCRuntime.DesignatedInitializer]
public MPSImageNormalizedHistogram (Metal.IMTLDevice device, ref MetalPerformanceShaders.MPSImageHistogramInfo histogramInfo);
new MetalPerformanceShaders.MPSImageNormalizedHistogram : Metal.IMTLDevice *  -> MetalPerformanceShaders.MPSImageNormalizedHistogram

Parameters

device
IMTLDevice
histogramInfo
MPSImageHistogramInfo
Attributes

Applies to