Share via


UIBackgroundConfiguration.GetResolvedBackgroundColor(UIColor) Method

Definition

[Foundation.Export("resolvedBackgroundColorForTintColor:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIColor GetResolvedBackgroundColor(UIKit.UIColor tintColor);
[<Foundation.Export("resolvedBackgroundColorForTintColor:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetResolvedBackgroundColor : UIKit.UIColor -> UIKit.UIColor
override this.GetResolvedBackgroundColor : UIKit.UIColor -> UIKit.UIColor

Parameters

tintColor
UIColor

Returns

Attributes

Applies to