Condividi tramite


CIColor.FromRgb Metodo

Definizione

Overload

FromRgb(nfloat, nfloat, nfloat)

Crea un CIColor oggetto dai valori , greene blue specificatired.

FromRgb(nfloat, nfloat, nfloat, CGColorSpace)

FromRgb(nfloat, nfloat, nfloat)

Crea un CIColor oggetto dai valori , greene blue specificatired.

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

Parametri

red
nfloat
green
nfloat
blue
nfloat

Restituisce

Attributi

Si applica a

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

Parametri

red
nfloat
green
nfloat
blue
nfloat
colorSpace
CGColorSpace

Restituisce

Attributi

Si applica a