次の方法で共有


NSColor.FromDeviceRgb メソッド

定義

オーバーロード

FromDeviceRgb(Byte, Byte, Byte)
FromDeviceRgb(Int32, Int32, Int32)
FromDeviceRgb(nfloat, nfloat, nfloat)

FromDeviceRgb(Byte, Byte, Byte)

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

パラメーター

red
Byte
green
Byte
blue
Byte

戻り値

適用対象

FromDeviceRgb(Int32, Int32, Int32)

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

パラメーター

red
Int32
green
Int32
blue
Int32

戻り値

適用対象

FromDeviceRgb(nfloat, nfloat, nfloat)

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

パラメーター

red
nfloat
green
nfloat
blue
nfloat

戻り値

適用対象