Share via


NSColor.FromHsb Method

Definition

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

hue
Byte
saturation
Byte
brightness
Byte

Returns

Applies to

FromHsb(Int32, Int32, Int32)

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

Parameters

hue
Int32
saturation
Int32
brightness
Int32

Returns

Applies to

FromHsb(NFloat, NFloat, NFloat)

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

Parameters

hue
NFloat
saturation
NFloat
brightness
NFloat

Returns

Applies to