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
参数
返回
注解
这可以从后台线程使用。