다음을 통해 공유


NSColor.FromHsb 메서드

정의

오버로드

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

매개 변수

hue
Byte
saturation
Byte
brightness
Byte

반환

적용 대상

FromHsb(Int32, Int32, Int32)

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

매개 변수

hue
Int32
saturation
Int32
brightness
Int32

반환

적용 대상

FromHsb(nfloat, nfloat, nfloat)

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

매개 변수

hue
nfloat
saturation
nfloat
brightness
nfloat

반환

적용 대상