changeColor(_:)
Sets the color of the selected text.
Declaration
func changeColor(_ sender: Any?)Parameters
- sender:
The control that sent the message.
NSTextView’s implementation sends a Color message tosenderto get the new color.
Sets the color of the selected text.
func changeColor(_ sender: Any?)The control that sent the message. NSTextView’s implementation sends a Color message to sender to get the new color.