NSColorPicker
Authors
- Scott Christley(
scottc@net-community.com
)
-
- Jonathan Gapen(
jagapen@whitewater.chem.wisc.edu
)
-
Abstract superclass for NSColorPanel color pickers
Copyright: (C) 1996 Free Software Foundation, Inc.
Software documentation for the NSColorPicker class
Declared: AppKit/NSColorPicker.h
Conform: NSColorPickingDefault
alphaControlAddedOrRemoved:
- (void) alphaControlAddedOrRemoved: (id)sender;
attachColorList:
- (void) attachColorList: (NSColorList*)colorList;
colorPanel
- (NSColorPanel*) colorPanel;
detachColorList:
- (void) detachColorList: (NSColorList*)colorList;
initWithPickerMask:colorPanel:
- (id) initWithPickerMask: (int)aMask colorPanel: (NSColorPanel*)colorPanel;
insertNewButtonImage:in:
- (void) insertNewButtonImage: (NSImage*)newImage in: (NSButtonCell*)newButtonCell;
provideNewButtonImage
- (NSImage*) provideNewButtonImage;
setMode:
- (void) setMode: (int)mode;
viewSizeChanged:
- (void) viewSizeChanged: (id)sender;