Compartilhar via


NSColor.FromCalibratedRgba Método

Definição

Sobrecargas

FromCalibratedRgba(Byte, Byte, Byte, Byte)
FromCalibratedRgba(Int32, Int32, Int32, Int32)
FromCalibratedRgba(nfloat, nfloat, nfloat, nfloat)

FromCalibratedRgba(Byte, Byte, Byte, Byte)

public static AppKit.NSColor FromCalibratedRgba (byte red, byte green, byte blue, byte alpha);
static member FromCalibratedRgba : byte * byte * byte * byte -> AppKit.NSColor

Parâmetros

red
Byte
green
Byte
blue
Byte
alpha
Byte

Retornos

Aplica-se a

FromCalibratedRgba(Int32, Int32, Int32, Int32)

public static AppKit.NSColor FromCalibratedRgba (int red, int green, int blue, int alpha);
static member FromCalibratedRgba : int * int * int * int -> AppKit.NSColor

Parâmetros

red
Int32
green
Int32
blue
Int32
alpha
Int32

Retornos

Aplica-se a

FromCalibratedRgba(nfloat, nfloat, nfloat, nfloat)

[Foundation.Export("colorWithCalibratedRed:green:blue:alpha:")]
public static AppKit.NSColor FromCalibratedRgba (nfloat red, nfloat green, nfloat blue, nfloat alpha);
static member FromCalibratedRgba : nfloat * nfloat * nfloat * nfloat -> AppKit.NSColor

Parâmetros

red
nfloat
green
nfloat
blue
nfloat
alpha
nfloat

Retornos

Atributos

Aplica-se a