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