NSColor.FromDeviceCymk Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
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
Returns
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
Returns