Contents

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.

See Also

Loading color objects from asset catalogs