Condividi tramite


NSColor.FromHsb Metodo

Definizione

Overload

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

Parametri

hue
Byte
saturation
Byte
brightness
Byte

Restituisce

Si applica a

FromHsb(Int32, Int32, Int32)

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

Parametri

hue
Int32
saturation
Int32
brightness
Int32

Restituisce

Si applica a

FromHsb(nfloat, nfloat, nfloat)

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

Parametri

hue
nfloat
saturation
nfloat
brightness
nfloat

Restituisce

Si applica a