UIImage.ApplyTintColor 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 |
|---|---|
| ApplyTintColor(UIColor) | |
| ApplyTintColor(UIColor, UIImageRenderingMode) |
ApplyTintColor(UIColor)
[Foundation.Export("imageWithTintColor:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIImage ApplyTintColor(UIKit.UIColor color);
[<Foundation.Export("imageWithTintColor:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ApplyTintColor : UIKit.UIColor -> UIKit.UIImage
override this.ApplyTintColor : UIKit.UIColor -> UIKit.UIImage
Parameters
- color
- UIColor
Returns
- Attributes
Applies to
ApplyTintColor(UIColor, UIImageRenderingMode)
[Foundation.Export("imageWithTintColor:renderingMode:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIImage ApplyTintColor(UIKit.UIColor color, UIKit.UIImageRenderingMode renderingMode);
[<Foundation.Export("imageWithTintColor:renderingMode:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ApplyTintColor : UIKit.UIColor * UIKit.UIImageRenderingMode -> UIKit.UIImage
override this.ApplyTintColor : UIKit.UIColor * UIKit.UIImageRenderingMode -> UIKit.UIImage
Parameters
- color
- UIColor
- renderingMode
- UIImageRenderingMode
Returns
- Attributes