NSColor.FromDeviceRgba Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- red
- nfloat
- green
- nfloat
- blue
- nfloat
- alpha
- nfloat
Retours
- Attributs