Instance Property
color
The color label used to organize the font, or nil if no color label is assigned.
Declaration
var color: NSColor? { get set }Declaration
@property (nonatomic, retain) NSColor * color;Declaration
color() -> NSColor
setColor_(color: NSColor)Discussion
For a standard color label, this resolves colorIndex using the current label color palette. Setting a color stores a custom color label and clears colorIndex.
See Also
Color Label
A standard color label, or GSLabelColor.noColorGSLabelColorNoColorGSLabelColorNoColor if the font has a custom color label or no color label.