Share via


PKInkingTool.ConvertColor Method

Definition

[Foundation.Export("convertColor:fromUserInterfaceStyle:to:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIColor ConvertColor(UIKit.UIColor color, UIKit.UIUserInterfaceStyle fromUserInterfaceStyle, UIKit.UIUserInterfaceStyle toUserInterfaceStyle);
[<Foundation.Export("convertColor:fromUserInterfaceStyle:to:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ConvertColor : UIKit.UIColor * UIKit.UIUserInterfaceStyle * UIKit.UIUserInterfaceStyle -> UIKit.UIColor

Parameters

color
UIColor
fromUserInterfaceStyle
UIUserInterfaceStyle
toUserInterfaceStyle
UIUserInterfaceStyle

Returns

Attributes

Applies to