CIContext.CalculateHdrStats Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| CalculateHdrStats(CGImage) | |
| CalculateHdrStats(CIImage) | |
| CalculateHdrStats(CVPixelBuffer) | |
| CalculateHdrStats(IOSurface) |
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