Compartilhar via


NSColor.FromDeviceHsba Método

Definição

Sobrecargas

FromDeviceHsba(Byte, Byte, Byte, Byte)
FromDeviceHsba(Int32, Int32, Int32, Int32)
FromDeviceHsba(nfloat, nfloat, nfloat, nfloat)

FromDeviceHsba(Byte, Byte, Byte, Byte)

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

Parâmetros

hue
Byte
saturation
Byte
brightness
Byte
alpha
Byte

Retornos

Aplica-se a

FromDeviceHsba(Int32, Int32, Int32, Int32)

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

Parâmetros

hue
Int32
saturation
Int32
brightness
Int32
alpha
Int32

Retornos

Aplica-se a

FromDeviceHsba(nfloat, nfloat, nfloat, nfloat)

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

Parâmetros

hue
nfloat
saturation
nfloat
brightness
nfloat
alpha
nfloat

Retornos

Atributos

Aplica-se a