다음을 통해 공유


NSColor.FromDeviceCymk 메서드

정의

오버로드

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

매개 변수

cyan
Byte
magenta
Byte
yellow
Byte
black
Byte

반환

적용 대상

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

매개 변수

cyan
Int32
magenta
Int32
yellow
Int32
black
Int32

반환

적용 대상

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

매개 변수

cyan
nfloat
magenta
nfloat
yellow
nfloat
black
nfloat

반환

적용 대상