Share via


NSColor.FromCalibratedRgb Method

Definition

Overloads

FromCalibratedRgb(Int32, Int32, Int32)

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

Parameters

red
Int32
green
Int32
blue
Int32

Returns

Applies to

FromCalibratedRgb(NFloat, NFloat, NFloat)

public static AppKit.NSColor FromCalibratedRgb(System.Runtime.InteropServices.NFloat red, System.Runtime.InteropServices.NFloat green, System.Runtime.InteropServices.NFloat blue);
static member FromCalibratedRgb : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> AppKit.NSColor

Parameters

red
NFloat
green
NFloat
blue
NFloat

Returns

Applies to

FromCalibratedRgb(Byte, Byte, Byte)

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

Parameters

red
Byte
green
Byte
blue
Byte

Returns

Applies to