Freigeben über


NSColor.FromDeviceCymk Methode

Definition

Überlädt

FromDeviceCymk(Byte, Byte, Byte, Byte)
FromDeviceCymk(Int32, Int32, Int32, Int32)
FromDeviceCymk(nfloat, nfloat, nfloat, nfloat)

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

Parameter

cyan
Byte
magenta
Byte
yellow
Byte
black
Byte

Gibt zurück

Gilt für:

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

Parameter

cyan
Int32
magenta
Int32
yellow
Int32
black
Int32

Gibt zurück

Gilt für:

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

Parameter

cyan
nfloat
magenta
nfloat
yellow
nfloat
black
nfloat

Gibt zurück

Gilt für: