NSColor.FromRgba 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
FromRgba(Byte, Byte, Byte, Byte) | |
FromRgba(Int32, Int32, Int32, Int32) | |
FromRgba(nfloat, nfloat, nfloat, nfloat) |
FromRgba(Byte, Byte, Byte, Byte)
FromRgba(Int32, Int32, Int32, Int32)
FromRgba(nfloat, nfloat, nfloat, nfloat)
[Foundation.Export("colorWithRed:green:blue:alpha:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public static AppKit.NSColor FromRgba (nfloat red, nfloat green, nfloat blue, nfloat alpha);
static member FromRgba : nfloat * nfloat * nfloat * nfloat -> AppKit.NSColor
Parameters
- red
- nfloat
- green
- nfloat
- blue
- nfloat
- alpha
- nfloat
Returns
- Attributes