Compartilhar via


UIColor.FromDisplayP3(nfloat, nfloat, nfloat, nfloat) Método

Definição

Cria uma nova cor dos valores especificados no espaço de cores P3.

[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

Parâmetros

red
nfloat
green
nfloat
blue
nfloat
alpha
nfloat

Retornos

Atributos

Comentários

(Mais documentação para este nó está chegando)

Isso pode ser usado em um thread em segundo plano.

Aplica-se a