UIColor.FromRGB 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
FromRGB(Byte, Byte, Byte)
public static UIKit.UIColor FromRGB (byte red, byte green, byte blue);
static member FromRGB : byte * byte * byte -> UIKit.UIColor
參數
傳回
備註
這可從背景執行緒使用。
FromRGB(Int32, Int32, Int32)
public static UIKit.UIColor FromRGB (int red, int green, int blue);
static member FromRGB : int * int * int -> UIKit.UIColor
參數
傳回
備註
這可從背景執行緒使用。
FromRGB(nfloat, nfloat, nfloat)
public static UIKit.UIColor FromRGB (nfloat red, nfloat green, nfloat blue);
static member FromRGB : nfloat * nfloat * nfloat -> UIKit.UIColor
參數
傳回
備註
這可從背景執行緒使用。