backgroundColor
The receiver’s background color.
Declaration
@NSCopying var backgroundColor: NSColor? { get set }Discussion
By default, the background is set to a light blue color for NSPathStyleStandard and nil for the other styles. You can use [NSColor clearColor] to make the background transparent.