Currently, the bezel tint parameter is tweaked using NSColor's getRed(_:green:blue:alpha:) to get the alpha channel. If the colorspace isn't RGB, then (I'm pretty sure) we don't get the alpha (and it returns false), so the tint is fully-transparent. That's kinda shitty, and we should have some way to allow non-RGB tints.
Currently, the bezel tint parameter is tweaked using
NSColor'sgetRed(_:green:blue:alpha:)to get the alpha channel. If the colorspace isn't RGB, then (I'm pretty sure) we don't get the alpha (and it returnsfalse), so the tint is fully-transparent. That's kinda shitty, and we should have some way to allow non-RGB tints.