次の方法で共有


NSColor.FromColor(NSColorSpace, nfloat, nfloat, nfloat, nfloat) メソッド

定義

[Foundation.Export("colorWithColorSpace:hue:saturation:brightness:alpha:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public static AppKit.NSColor FromColor (AppKit.NSColorSpace space, nfloat hue, nfloat saturation, nfloat brightness, nfloat alpha);
static member FromColor : AppKit.NSColorSpace * nfloat * nfloat * nfloat * nfloat -> AppKit.NSColor

パラメーター

space
NSColorSpace
hue
nfloat
saturation
nfloat
brightness
nfloat
alpha
nfloat

戻り値

属性

適用対象