Declaration

var color: NSColor? { get set }

Declaration

@property (nonatomic, retain) NSColor * color;

Declaration

pyobjc_instanceMethods.color() -> NSColor
pyobjc_instanceMethods.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

Metadata