次の方法で共有


CIColor.FromRgb メソッド

定義

オーバーロード

FromRgb(nfloat, nfloat, nfloat)

CIColor指定された redgreen、および blue の値から を作成します。

FromRgb(nfloat, nfloat, nfloat, CGColorSpace)

FromRgb(nfloat, nfloat, nfloat)

CIColor指定された redgreen、および blue の値から を作成します。

[Foundation.Export("colorWithRed:green:blue:")]
public static CoreImage.CIColor FromRgb (nfloat red, nfloat green, nfloat blue);
static member FromRgb : nfloat * nfloat * nfloat -> CoreImage.CIColor

パラメーター

red
nfloat
green
nfloat
blue
nfloat

戻り値

属性

適用対象

FromRgb(nfloat, nfloat, nfloat, CGColorSpace)

[Foundation.Export("colorWithRed:green:blue:colorSpace:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreImage.CIColor FromRgb (nfloat red, nfloat green, nfloat blue, CoreGraphics.CGColorSpace colorSpace);
static member FromRgb : nfloat * nfloat * nfloat * CoreGraphics.CGColorSpace -> CoreImage.CIColor

パラメーター

red
nfloat
green
nfloat
blue
nfloat
colorSpace
CGColorSpace

戻り値

属性

適用対象