NSColor.FromDeviceCymka 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
FromDeviceCymka(Byte, Byte, Byte, Byte, Byte) | |
FromDeviceCymka(Int32, Int32, Int32, Int32, Int32) | |
FromDeviceCymka(nfloat, nfloat, nfloat, nfloat, nfloat) |
FromDeviceCymka(Byte, Byte, Byte, Byte, Byte)
FromDeviceCymka(Int32, Int32, Int32, Int32, 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
Parameters
- cyan
- nfloat
- magenta
- nfloat
- yellow
- nfloat
- black
- nfloat
- alpha
- nfloat
Returns
- Attributes