Edit

Share via


NSColor.FromDeviceCymk Method

Definition

Overloads

FromDeviceCymk(Byte, Byte, Byte, Byte)

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

Parameters

cyan
Byte
magenta
Byte
yellow
Byte
black
Byte

Returns

Applies to

FromDeviceCymk(Int32, Int32, Int32, Int32)

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

Parameters

cyan
Int32
magenta
Int32
yellow
Int32
black
Int32

Returns

Applies to

FromDeviceCymk(nfloat, nfloat, nfloat, nfloat)

public static AppKit.NSColor FromDeviceCymk(nfloat cyan, nfloat magenta, nfloat yellow, nfloat black);
static member FromDeviceCymk : nfloat * nfloat * nfloat * nfloat -> AppKit.NSColor

Parameters

cyan
nfloat
magenta
nfloat
yellow
nfloat
black
nfloat

Returns

Applies to