For those who read this in 2017 and using Swift 4 and wanting to change your BG Alpha , you can add the following to your custom NSWindow class:
self.backgroundColor = NSColor.black self.backgroundColor = NSColor.init(calibratedHue: 0, saturation: 0, brightness: 0, alpha: 0.2)
ps I do not need the blur effect, and when I do this, I will update the answer
Repose
source share