NSColor.FromHsb Method

Definition

Overloads

FromHsb(Byte, Byte, Byte)
FromHsb(Int32, Int32, Int32)
FromHsb(nfloat, nfloat, nfloat)

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 (nfloat hue, nfloat saturation, nfloat brightness);
static member FromHsb : nfloat * nfloat * nfloat -> AppKit.NSColor

Parameters

hue
nfloat
saturation
nfloat
brightness
nfloat

Returns

Applies to