[Previous]
[Up]
[Next]
NSColorPanel
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Gui/NSColorPanel.h
Inherits from: NSPanel
Conforms to: NSCoding
+ (BOOL) dragColor: (NSColor*)color withEvent: (NSEvent*)anEvent fromView: (NSView*)sourceView
+ (void) setPickerMask: (int)mask
+ (void) setPickerMode: (int)mode
+ (NSColorPanel*) sharedColorPanel
+ (BOOL) sharedColorPanelExists
- (NSView*) accessoryView
- (float) alpha
- (void) attachColorList: (NSColorList*)colorList
- (NSColor*) color
- (void) detachColorList: (NSColorList*)colorList
- (BOOL) isContinuous
- (int) mode
- (void) setAccessoryView: (NSView*)aView
- (void) setAction: (SEL)action
- (void) setColor: (NSColor*)color
- (void) setContinuous: (BOOL)flag
- (void) setMode: (int)mode
- (void) setShowsAlpha: (BOOL)flag
- (void) setTarget: (id)target
- (BOOL) showsAlpha
- (void) changeColor: (id)sender