Поделиться через


NSColor.FromRgb Метод

Определение

Перегрузки

FromRgb(Int32, Int32, Int32)
FromRgb(nfloat, nfloat, nfloat)
FromRgb(Byte, Byte, Byte)

FromRgb(Int32, Int32, Int32)

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

Параметры

red
Int32
green
Int32
blue
Int32

Возвращаемое значение

Применяется к

FromRgb(nfloat, nfloat, nfloat)

public static AppKit.NSColor FromRgb (nfloat red, nfloat green, nfloat blue);
static member FromRgb : nfloat * nfloat * nfloat -> AppKit.NSColor

Параметры

red
nfloat
green
nfloat
blue
nfloat

Возвращаемое значение

Применяется к

FromRgb(Byte, Byte, Byte)

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

Параметры

red
Byte
green
Byte
blue
Byte

Возвращаемое значение

Применяется к