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