NSColor.FromDeviceRgba 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
FromDeviceRgba(Byte, Byte, Byte, Byte) | |
FromDeviceRgba(Int32, Int32, Int32, Int32) | |
FromDeviceRgba(nfloat, nfloat, nfloat, nfloat) |
FromDeviceRgba(Byte, Byte, Byte, Byte)
FromDeviceRgba(Int32, Int32, Int32, Int32)
FromDeviceRgba(nfloat, nfloat, nfloat, nfloat)
[Foundation.Export("colorWithDeviceRed:green:blue:alpha:")]
public static AppKit.NSColor FromDeviceRgba (nfloat red, nfloat green, nfloat blue, nfloat alpha);
static member FromDeviceRgba : nfloat * nfloat * nfloat * nfloat -> AppKit.NSColor
Parameters
- red
- nfloat
- green
- nfloat
- blue
- nfloat
- alpha
- nfloat
Returns
- Attributes