NSColor.FromDeviceHsb Method

Definition

Overloads

FromDeviceHsb(Int32, Int32, Int32)
FromDeviceHsb(nfloat, nfloat, nfloat)
FromDeviceHsb(Byte, Byte, Byte)

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

Parameters

hue
nfloat
saturation
nfloat
brightness
nfloat

Returns

Applies to

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