Share via


NSColor.FromDeviceHsb Method

Definition

Overloads

FromDeviceHsb(Byte, Byte, Byte)

public static AppKit.NSColor FromDeviceHsb(byte hue, byte saturation, byte brightness);
static member FromDeviceHsb : byte * byte * byte -> AppKit.NSColor

Parameters

hue
Byte
saturation
Byte
brightness
Byte

Returns

Applies to

FromDeviceHsb(Int32, Int32, Int32)

public static AppKit.NSColor FromDeviceHsb(int hue, int saturation, int brightness);
static member FromDeviceHsb : int * int * int -> AppKit.NSColor

Parameters

hue
Int32
saturation
Int32
brightness
Int32

Returns

Applies to

FromDeviceHsb(NFloat, NFloat, NFloat)

public static AppKit.NSColor FromDeviceHsb(System.Runtime.InteropServices.NFloat hue, System.Runtime.InteropServices.NFloat saturation, System.Runtime.InteropServices.NFloat brightness);
static member FromDeviceHsb : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> AppKit.NSColor

Parameters

hue
NFloat
saturation
NFloat
brightness
NFloat

Returns

Applies to