Freigeben über


UIColor.FromDisplayP3(nfloat, nfloat, nfloat, nfloat) Methode

Definition

Erstellt eine neue Farbe aus den angegebenen Werten im P3-Farbraum.

[Foundation.Export("colorWithDisplayP3Red:green:blue:alpha:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UIColor FromDisplayP3 (nfloat red, nfloat green, nfloat blue, nfloat alpha);
static member FromDisplayP3 : nfloat * nfloat * nfloat * nfloat -> UIKit.UIColor

Parameter

red
nfloat
green
nfloat
blue
nfloat
alpha
nfloat

Gibt zurück

Attribute

Hinweise

(Weitere Dokumentation zu diesem Knoten wird bereitgestellt.

Dies kann über einen Hintergrundthread verwendet werden.

Gilt für: