Contents

NSColorList

An ordered list of color objects, identified by keys.

Declaration

class NSColorList

Overview

A color list manages a list of NSColor objects, each of which has an associated name. The NSColorPanel list mode color picker uses instances of NSColorList to represent any lists of colors that come with the system, as well as any lists the user creates. An app can use a color list to manage document-specific color lists.

Topics

Creating Lists of Colors

Getting Lists of Colors

Getting Information About Lists of Colors

Managing Colors By Key

Writing and Removing Color List Files

Notifications

Initializers

See Also

Colors