Share via


NSColor.ShadowWithLevel(NFloat) Method

Definition

[Foundation.Export("shadowWithLevel:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSColor ShadowWithLevel(System.Runtime.InteropServices.NFloat shadowLevel);
[<Foundation.Export("shadowWithLevel:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShadowWithLevel : System.Runtime.InteropServices.NFloat -> AppKit.NSColor
override this.ShadowWithLevel : System.Runtime.InteropServices.NFloat -> AppKit.NSColor

Parameters

shadowLevel
NFloat

Returns

Attributes

Applies to