Name

NSColorPicker — Mac OS X 10.0

Synopsis

This class implements the NSColorPickingDefault protocol. This class is used to add custom color pickers to the NSColorPanel, which allows applications to add new interfaces that users can use to choose colors.

image with no caption

@interface NSColorPicker : NSObject <NSColorPickingDefault>
                                  // Initializers
   - (id)initWithPickerMask:(int)mask 
                                 colorPanel:(NSColorPanel *)owningColorPanel;
                                  // Accessor Methods
   - (void)setMode:(int)mode;
                                  // Instance Methods
   - (void)attachColorList:(NSColorList *)colorList;
   - (NSColorPanel *)colorPanel;
   - (void)detachColorList:(NSColorList *)colorList;
   - (void)insertNewButtonImage:(NSImage *)newButtonImage 
                                 in:(NSButtonCell *)buttonCell;
   - (NSImage *)provideNewButtonImage;
   - (void)viewSizeChanged:(id)sender;
                                  // Methods Implementing NSColorPickingDefault
   - (id)initWithPickerMask:(int)mask 
                                 colorPanel:(NSColorPanel *)owningColorPanel;
   - (NSImage *)provideNewButtonImage;
   - (void)insertNewButtonImage:(NSImage *)newButtonImage 
                                 in:(NSButtonCell *)buttonCell;
   - (void)viewSizeChanged:(id)sender;
   - (void)alphaControlAddedOrRemoved:(id)sender;
   - (void)attachColorList:(NSColorList *)colorList;
   - (void)detachColorList:(NSColorList *)colorList;
   - (void)setMode:(int)mode;

Get Cocoa in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.