detachColorList(_:)
Removes the list of colors from all the color pickers in the receiver that display color lists by invoking Detachcolorlist(_:) on all color pickers in the application.
Declaration
func detachColorList(_ colorList: NSColorList)Parameters
- colorList:
The list of
NSColorobjects to remove from the color pickers in the color panel.
Discussion
Your application should use this method to remove an NSColorList saved with a document in its file package or in a directory other than NSColorList’s standard search directories.