write(to:)
Saves the color list to the file at the specified URL.
Declaration
func write(to url: URL?) throwsParameters
- url:
The URL at which to store the color list. The URL must specify either a directory or file in the file system. Specify
nilto save the color list to the user’s~/Library/Colorsdirectory.
Discussion
If url represents a directory, this method saves the color list in that directory in a file with the name .clr, where is the value of the name property. If url represents a file, this method saves the color list using the name you provided.