Declaration

var foregroundColor: NSColor? { get set }

Declaration

@property (nonatomic, strong) NSColor * foregroundColor;

Declaration

foregroundColor() -> NSColor
setForegroundColor_(foregroundColor: NSColor)