Instance Method インスタンスメソッド

changeColor:

Sent to the first responder when the user selects a color in an NSColorPanel object.

Declaration 宣言

- (void)changeColor:(id)sender;

Parameters パラメータ

sender

The NSColorPanel sending the message.

Discussion 解説

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.

See Also 参照

Responding to a Color Change