MonobjcMonobjc Documented Class Library
NSColor Constructor
NamespacesMonobjc.AppKitNSColorNSColor()()()()
Members
IconMemberDescription
NSColor(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


NSColor(Id, NSString)

Initializes an instance with a property list object and a type string.

Original signature is '- (id)initWithPasteboardPropertyList:(id)propertyList ofType:(NSString *)type'

Available in Mac OS X v10.6 and later.


NSColor()()()()
Initializes a new instance of the NSColor class.

NSColor(IntPtr)
Initializes a new instance of the NSColor class.

NSColor(String, Object, array<Object>[]()[][])
Initializes a new instance of the NSColor class.

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)