Condividi tramite


NSColor.FromDeviceCymka Metodo

Definizione

Overload

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

Parametri

cyan
Byte
magenta
Byte
yellow
Byte
black
Byte
alpha
Byte

Restituisce

Si applica a

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

Parametri

cyan
Int32
magenta
Int32
yellow
Int32
black
Int32
alpha
Int32

Restituisce

Si applica a

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

Parametri

cyan
nfloat
magenta
nfloat
yellow
nfloat
black
nfloat
alpha
nfloat

Restituisce

Attributi

Si applica a