Share via


CIContext.CalculateHdrStats Method

Definition

Overloads

CalculateHdrStats(CGImage)

[Foundation.Export("calculateHDRStatsForCGImage:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGImage CalculateHdrStats(CoreGraphics.CGImage cgimage);
[<Foundation.Export("calculateHDRStatsForCGImage:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CalculateHdrStats : CoreGraphics.CGImage -> CoreGraphics.CGImage
override this.CalculateHdrStats : CoreGraphics.CGImage -> CoreGraphics.CGImage

Parameters

cgimage
CGImage

Returns

Attributes

Applies to

CalculateHdrStats(CIImage)

[Foundation.Export("calculateHDRStatsForImage:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreImage.CIImage? CalculateHdrStats(CoreImage.CIImage image);
[<Foundation.Export("calculateHDRStatsForImage:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CalculateHdrStats : CoreImage.CIImage -> CoreImage.CIImage
override this.CalculateHdrStats : CoreImage.CIImage -> CoreImage.CIImage

Parameters

image
CIImage

Returns

Attributes

Applies to

CalculateHdrStats(CVPixelBuffer)

[Foundation.Export("calculateHDRStatsForCVPixelBuffer:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void CalculateHdrStats(CoreVideo.CVPixelBuffer buffer);
[<Foundation.Export("calculateHDRStatsForCVPixelBuffer:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CalculateHdrStats : CoreVideo.CVPixelBuffer -> unit
override this.CalculateHdrStats : CoreVideo.CVPixelBuffer -> unit

Parameters

buffer
CVPixelBuffer
Attributes

Applies to

CalculateHdrStats(IOSurface)

[Foundation.Export("calculateHDRStatsForIOSurface:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void CalculateHdrStats(IOSurface.IOSurface surface);
[<Foundation.Export("calculateHDRStatsForIOSurface:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CalculateHdrStats : IOSurface.IOSurface -> unit
override this.CalculateHdrStats : IOSurface.IOSurface -> unit

Parameters

surface
IOSurface
Attributes

Applies to