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