Share via


UIImage.ApplyTintColor Method

Definition

Overloads

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

Applies to