[Previous]
[Up]
[Next]
NSColorPanel
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Gui/NSColorPanel.h
Inherits from: NSPanel
Conforms to: NSCoding
Instance Variables
Methods
Class Methods
+ (BOOL) dragColor: (NSColor*)color withEvent: (NSEvent*)anEvent fromView: (NSView*)sourceView;
+ (void) setPickerMask: (int)mask;
+ (void) setPickerMode: (int)mode;
+ (NSColorPanel*) sharedColorPanel;
+ (BOOL) sharedColorPanelExists;
Instances Methods
- (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;