NSColor.FromDeviceCymka Method

Definition

Overloads

FromDeviceCymka(Byte, Byte, Byte, Byte, Byte)
FromDeviceCymka(Int32, Int32, Int32, Int32, Int32)
FromDeviceCymka(nfloat, nfloat, nfloat, nfloat, nfloat)

FromDeviceCymka(Byte, Byte, Byte, Byte, Byte)

public static AppKit.NSColor FromDeviceCymka (byte cyan, byte magenta, byte yellow, byte black, byte alpha);
static member FromDeviceCymka : byte * byte * byte * byte * byte -> AppKit.NSColor

Parameters

cyan
Byte
magenta
Byte
yellow
Byte
black
Byte
alpha
Byte

Returns

Applies to

FromDeviceCymka(Int32, Int32, Int32, Int32, Int32)

public static AppKit.NSColor FromDeviceCymka (int cyan, int magenta, int yellow, int black, int alpha);
static member FromDeviceCymka : int * int * int * int * int -> AppKit.NSColor

Parameters

cyan
Int32
magenta
Int32
yellow
Int32
black
Int32
alpha
Int32

Returns

Applies to

FromDeviceCymka(nfloat, nfloat, nfloat, nfloat, nfloat)

[Foundation.Export("colorWithDeviceCyan:magenta:yellow:black:alpha:")]
public static AppKit.NSColor FromDeviceCymka (nfloat cyan, nfloat magenta, nfloat yellow, nfloat black, nfloat alpha);
static member FromDeviceCymka : nfloat * nfloat * nfloat * nfloat * nfloat -> AppKit.NSColor

Parameters

cyan
nfloat
magenta
nfloat
yellow
nfloat
black
nfloat
alpha
nfloat

Returns

Attributes

Applies to