MonobjcMonobjc Documented Class Library
NSColorPanel Constructor
NamespacesMonobjc.AppKitNSColorPanelNSColorPanel()()()()
Members
IconMemberDescription
NSColorPanel(NSRect, NSWindowStyleMask, NSBackingStoreType, Boolean)

Initializes the window with the specified values.

Original signature is '- (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)windowStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation'

Available in Mac OS X v10.0 and later.


NSColorPanel(NSRect, NSWindowStyleMask, NSBackingStoreType, Boolean, NSScreen)

Initializes an allocated window with the specified values.

Original signature is '- (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)windowStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation screen:(NSScreen *)screen'

Available in Mac OS X v10.0 and later.


NSColorPanel(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.


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

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

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

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