Edit

Share via


NSColor.FromHsba Method

Definition

Overloads

FromHsba(Byte, Byte, Byte, Byte)

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

Parameters

hue
Byte
saturation
Byte
brightness
Byte
alpha
Byte

Returns

Applies to

FromHsba(Int32, Int32, Int32, Int32)

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

Parameters

hue
Int32
saturation
Int32
brightness
Int32
alpha
Int32

Returns

Applies to

FromHsba(nfloat, nfloat, nfloat, nfloat)

[Foundation.Export("colorWithHue:saturation:brightness:alpha:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public static AppKit.NSColor FromHsba(nfloat hue, nfloat saturation, nfloat brightness, nfloat alpha);
static member FromHsba : nfloat * nfloat * nfloat * nfloat -> AppKit.NSColor

Parameters

hue
nfloat
saturation
nfloat
brightness
nfloat
alpha
nfloat

Returns

Attributes

Applies to