NSColor.FromDeviceRgb メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FromDeviceRgb(Byte, Byte, Byte)
public static AppKit.NSColor FromDeviceRgb (byte red, byte green, byte blue);
static member FromDeviceRgb : byte * byte * byte -> AppKit.NSColor
パラメーター
戻り値
FromDeviceRgb(Int32, Int32, Int32)
public static AppKit.NSColor FromDeviceRgb (int red, int green, int blue);
static member FromDeviceRgb : int * int * int -> AppKit.NSColor
パラメーター
戻り値
FromDeviceRgb(nfloat, nfloat, nfloat)
public static AppKit.NSColor FromDeviceRgb (nfloat red, nfloat green, nfloat blue);
static member FromDeviceRgb : nfloat * nfloat * nfloat -> AppKit.NSColor
パラメーター
戻り値