CIImage.CreateByApplyingGainMap 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 |
|---|---|
| CreateByApplyingGainMap(CIImage) | |
| CreateByApplyingGainMap(CIImage, Single) |
CreateByApplyingGainMap(CIImage)
[Foundation.Export("imageByApplyingGainMap:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreImage.CIImage CreateByApplyingGainMap(CoreImage.CIImage gainMap);
[<Foundation.Export("imageByApplyingGainMap:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateByApplyingGainMap : CoreImage.CIImage -> CoreImage.CIImage
override this.CreateByApplyingGainMap : CoreImage.CIImage -> CoreImage.CIImage
Parameters
- gainMap
- CIImage
Returns
- Attributes
Applies to
CreateByApplyingGainMap(CIImage, Single)
[Foundation.Export("imageByApplyingGainMap:headroom:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreImage.CIImage CreateByApplyingGainMap(CoreImage.CIImage gainMap, float headroom);
[<Foundation.Export("imageByApplyingGainMap:headroom:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateByApplyingGainMap : CoreImage.CIImage * single -> CoreImage.CIImage
override this.CreateByApplyingGainMap : CoreImage.CIImage * single -> CoreImage.CIImage
Parameters
- gainMap
- CIImage
- headroom
- Single
Returns
- Attributes