다음을 통해 공유


NSColor.FromDeviceCymka 메서드

정의

오버로드

FromDeviceCymka(Byte, Byte, Byte, Byte, Byte)
FromDeviceCymka(Int32, Int32, Int32, Int32, Int32)
FromDeviceCymka(nfloat, nfloat, nfloat, nfloat, nfloat)

FromDeviceCymka(Byte, Byte, Byte, Byte, Byte)

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

매개 변수

cyan
Byte
magenta
Byte
yellow
Byte
black
Byte
alpha
Byte

반환

적용 대상

FromDeviceCymka(Int32, Int32, Int32, Int32, Int32)

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

매개 변수

cyan
Int32
magenta
Int32
yellow
Int32
black
Int32
alpha
Int32

반환

적용 대상

FromDeviceCymka(nfloat, nfloat, nfloat, nfloat, nfloat)

[Foundation.Export("colorWithDeviceCyan:magenta:yellow:black:alpha:")]
public static AppKit.NSColor FromDeviceCymka (nfloat cyan, nfloat magenta, nfloat yellow, nfloat black, nfloat alpha);
static member FromDeviceCymka : nfloat * nfloat * nfloat * nfloat * nfloat -> AppKit.NSColor

매개 변수

cyan
nfloat
magenta
nfloat
yellow
nfloat
black
nfloat
alpha
nfloat

반환

특성

적용 대상