NSColor.FromCalibratedRgb 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
FromCalibratedRgb(Byte, Byte, Byte)
public static AppKit.NSColor FromCalibratedRgb (byte red, byte green, byte blue);
static member FromCalibratedRgb : byte * byte * byte -> AppKit.NSColor
Parameters
Returns
FromCalibratedRgb(Int32, Int32, Int32)
public static AppKit.NSColor FromCalibratedRgb (int red, int green, int blue);
static member FromCalibratedRgb : int * int * int -> AppKit.NSColor
Parameters
Returns
FromCalibratedRgb(nfloat, nfloat, nfloat)
public static AppKit.NSColor FromCalibratedRgb (nfloat red, nfloat green, nfloat blue);
static member FromCalibratedRgb : nfloat * nfloat * nfloat -> AppKit.NSColor
Parameters
Returns