NSColor.FromDeviceRgb Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FromDeviceRgb(Byte, Byte, Byte)
public static AppKit.NSColor FromDeviceRgb (byte red, byte green, byte blue);
static member FromDeviceRgb : byte * byte * byte -> AppKit.NSColor
Parameters
Returns
FromDeviceRgb(Int32, Int32, Int32)
public static AppKit.NSColor FromDeviceRgb (int red, int green, int blue);
static member FromDeviceRgb : int * int * int -> AppKit.NSColor
Parameters
Returns
FromDeviceRgb(nfloat, nfloat, nfloat)
public static AppKit.NSColor FromDeviceRgb (nfloat red, nfloat green, nfloat blue);
static member FromDeviceRgb : nfloat * nfloat * nfloat -> AppKit.NSColor
Parameters
Returns