BlueHuskyStudios / BlueHuskyStudios/Howl
Handle non-RGB tints
Open
bug
- Dominant language
- Swift
- Stars
- 34
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.