NSColor.FromDeviceHsba 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
FromDeviceHsba(Byte, Byte, Byte, Byte) | |
FromDeviceHsba(Int32, Int32, Int32, Int32) | |
FromDeviceHsba(nfloat, nfloat, nfloat, nfloat) |
FromDeviceHsba(Byte, Byte, Byte, Byte)
FromDeviceHsba(Int32, Int32, Int32, Int32)
FromDeviceHsba(nfloat, nfloat, nfloat, nfloat)
[Foundation.Export("colorWithDeviceHue:saturation:brightness:alpha:")]
public static AppKit.NSColor FromDeviceHsba (nfloat hue, nfloat saturation, nfloat brightness, nfloat alpha);
static member FromDeviceHsba : nfloat * nfloat * nfloat * nfloat -> AppKit.NSColor
Parameters
- hue
- nfloat
- saturation
- nfloat
- brightness
- nfloat
- alpha
- nfloat
Returns
- Attributes