Share via


NSColor.FromDeviceCymk Method

Definition

Overloads

FromDeviceCymk(NFloat, NFloat, NFloat, NFloat)

public static AppKit.NSColor FromDeviceCymk(System.Runtime.InteropServices.NFloat cyan, System.Runtime.InteropServices.NFloat magenta, System.Runtime.InteropServices.NFloat yellow, System.Runtime.InteropServices.NFloat black);
static member FromDeviceCymk : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> AppKit.NSColor

Parameters

cyan
NFloat
magenta
NFloat
yellow
NFloat
black
NFloat

Returns

Applies to

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