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