cocoa-rs icon indicating copy to clipboard operation
cocoa-rs copied to clipboard

Allow creating custom NSColors

Open andrewzah opened this issue 7 years ago • 1 comments

I was looking at the code and only found clearColor. However, I'd like the ability to use custom colors (to change the title bar on OSX).

I can implement this probably if you point me in the right direction.

andrewzah avatar Dec 06 '17 00:12 andrewzah

If you add more methods to the NSColor trait that send messages like https://developer.apple.com/documentation/appkit/nscolor/1535804-colorwithred?language=objc then it should be possible.

jdm avatar Dec 06 '17 14:12 jdm