NSColor.FromDeviceHsba Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- hue
- nfloat
- saturation
- nfloat
- brightness
- nfloat
- alpha
- nfloat
Gibt zurück
- Attribute