Share via


UIColor.GetWhite(NFloat, NFloat) Method

Definition

The grayscale components of the color.

[Foundation.Export("getWhite:alpha:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool GetWhite(out System.Runtime.InteropServices.NFloat white, out System.Runtime.InteropServices.NFloat alpha);
[<Foundation.Export("getWhite:alpha:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetWhite : NFloat * NFloat -> bool
override this.GetWhite : NFloat * NFloat -> bool

Parameters

white
NFloat
alpha
NFloat

Returns

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to