UIColor.FromDisplayP3(nfloat, nfloat, nfloat, nfloat) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
- red
- nfloat
- green
- nfloat
- blue
- nfloat
- alpha
- nfloat
戻り値
- 属性
注釈
(このノードのその他のドキュメントが公開されます)
これは、バックグラウンド スレッドから使用できます。