PKInkingTool.ConvertColor 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.
[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