NSColorPanelColorDidChangeNotification
Posted when the color of the
NSColorPanel
is set, as when NSColorPanel
is invoked.NSColorPanel
object.Availability
Technology
- (void)changeColor:(id)sender;
sender
The NSColor
sending the message.
When the user selects a color in an NSColor
object, the panel tries to call this method on the first responder. You can override this method in any responder that needs to respond to a color change.
NSColorPanelColorDidChangeNotification
NSColorPanel
is set, as when NSColorPanel
is invoked.