Share via


NSColor.FromCalibratedHsba Método

Definición

Sobrecargas

FromCalibratedHsba(nfloat, nfloat, nfloat, nfloat)
FromCalibratedHsba(Int32, Int32, Int32, Int32)
FromCalibratedHsba(Byte, Byte, Byte, Byte)

FromCalibratedHsba(nfloat, nfloat, nfloat, nfloat)

[Foundation.Export("colorWithCalibratedHue:saturation:brightness:alpha:")]
public static AppKit.NSColor FromCalibratedHsba (nfloat hue, nfloat saturation, nfloat brightness, nfloat alpha);
static member FromCalibratedHsba : nfloat * nfloat * nfloat * nfloat -> AppKit.NSColor

Parámetros

hue
nfloat
saturation
nfloat
brightness
nfloat
alpha
nfloat

Devoluciones

Atributos

Se aplica a

FromCalibratedHsba(Int32, Int32, Int32, Int32)

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

Parámetros

hue
Int32
saturation
Int32
brightness
Int32
alpha
Int32

Devoluciones

Se aplica a

FromCalibratedHsba(Byte, Byte, Byte, Byte)

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

Parámetros

hue
Byte
saturation
Byte
brightness
Byte
alpha
Byte

Devoluciones

Se aplica a