Declaration

var backgroundColor: NSColor! { get set }

Declaration

@property (nonatomic, retain) NSColor * backgroundColor;

Declaration

backgroundColor() -> NSColor
setBackgroundColor_(backgroundColor: NSColor)