init(named:bundle:)
Creates a color object from the provided name, which corresponds to a color in the default asset catalog of the specified bundle.
Declaration
init?(named name: NSColor.Name, bundle: Bundle?)Parameters
- name:
The name of the color to find.
- bundle:
The app bundle.