scottc@net-community.com
)System generic color panel
Copyright: (C) 1996 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSColorPanel.h
TODO Description
Drags aColor frome sourceView at the location give by the event anEvent ( [NSView -convertPoint:fromView:] ). The type declare into the pasteboard is NSColorPboardType
See Also: [NSView -convertPoint:fromView:] [NSView-dragImage:at:offset:event:pasteboard:source:slideBack:
Creates (if needed) and returns the shared NSColorPanel.
Returns whether the NSColorPanel has been already created.
Returns the alpha value of the NSColorPanel. Returns 1.0 if the NSColorPanel does not show alpha
See Also: -showsAlpha -setShowsAlpha:
Returns whether the NSColorPanel continuously sends its action message.
See Also: -setContinuous:-setAction: -setTarget:
Sets the accessoryView to a view. The old view (if exists) will be remove (and release). You need to retain it if you want to use it later
See Also: -accessoryView
Sets the NSColorPanl action method to aSelector The action message is usally send in -setColor: , when the picker is updated, when a new picker is show, when the alpha is changed or when one of the color well at the bottom is selected.
Sets the NSColor displayed to aColor. This method post a NSColorPanelColorChangedNotification notification if needed.
See Also: -color [NSColorWell -setColor:]
Sets the target object to anObject
- Declared in:
- AppKit/NSColorPanel.h