Contents

NSColorChanging

Declaration

protocol NSColorChanging : NSObjectProtocol

Overview

When the user selects a color in an NSColorPanel 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.

Topics

Responding to a Color Change

See Also

Responding to a color change