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