SKTransition.FadeWithColor 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 |
|---|---|
| FadeWithColor(UIColor, Double) | |
| FadeWithColor(NSColor, Double) |
FadeWithColor(UIColor, Double)
[Foundation.Export("fadeWithColor:duration:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static SpriteKit.SKTransition FadeWithColor(UIKit.UIColor color, double sec);
[<Foundation.Export("fadeWithColor:duration:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FadeWithColor : UIKit.UIColor * double -> SpriteKit.SKTransition
Parameters
- color
- UIColor
- sec
- Double
Returns
- Attributes
Applies to
FadeWithColor(NSColor, Double)
[Foundation.Export("fadeWithColor:duration:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static SpriteKit.SKTransition FadeWithColor(AppKit.NSColor color, double sec);
[<Foundation.Export("fadeWithColor:duration:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FadeWithColor : AppKit.NSColor * double -> SpriteKit.SKTransition
Parameters
- color
- NSColor
- sec
- Double
Returns
- Attributes