NSColor.FromCalibratedHsb 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
FromCalibratedHsb(Byte, Byte, Byte)
public static AppKit.NSColor FromCalibratedHsb (byte hue, byte saturation, byte brightness);
static member FromCalibratedHsb : byte * byte * byte -> AppKit.NSColor
Parameters
Returns
FromCalibratedHsb(Int32, Int32, Int32)
public static AppKit.NSColor FromCalibratedHsb (int hue, int saturation, int brightness);
static member FromCalibratedHsb : int * int * int -> AppKit.NSColor
Parameters
Returns
FromCalibratedHsb(nfloat, nfloat, nfloat)
public static AppKit.NSColor FromCalibratedHsb (nfloat hue, nfloat saturation, nfloat brightness);
static member FromCalibratedHsb : nfloat * nfloat * nfloat -> AppKit.NSColor
Parameters
Returns