NSColor.FromDeviceHsb 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
| Name | Description |
|---|---|
| FromDeviceHsb(Byte, Byte, Byte) | |
| FromDeviceHsb(Int32, Int32, Int32) | |
| FromDeviceHsb(NFloat, NFloat, NFloat) |
FromDeviceHsb(NFloat, NFloat, NFloat)
public static AppKit.NSColor FromDeviceHsb(System.Runtime.InteropServices.NFloat hue, System.Runtime.InteropServices.NFloat saturation, System.Runtime.InteropServices.NFloat brightness);
static member FromDeviceHsb : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> AppKit.NSColor
Parameters
- hue
- NFloat
- saturation
- NFloat
- brightness
- NFloat