Поделиться через


NSColor.FromCalibratedHsb Метод

Определение

Перегрузки

FromCalibratedHsb(Byte, Byte, Byte)
FromCalibratedHsb(Int32, Int32, Int32)
FromCalibratedHsb(nfloat, nfloat, nfloat)

FromCalibratedHsb(Byte, Byte, Byte)

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

Параметры

hue
Byte
saturation
Byte
brightness
Byte

Возвращаемое значение

Применяется к

FromCalibratedHsb(Int32, Int32, Int32)

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

Параметры

hue
Int32
saturation
Int32
brightness
Int32

Возвращаемое значение

Применяется к

FromCalibratedHsb(nfloat, nfloat, nfloat)

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

Параметры

hue
nfloat
saturation
nfloat
brightness
nfloat

Возвращаемое значение

Применяется к