I'm not sure whether it's the right thing to ask for... but what I want is basically "whitewashing" an NSImage, or reducing its opacity... (sort of an "inactive" icon in Finder? something like that)
What's the easiest way to achieve this?
I've tried the example shown here (NSImage transparency), but it definitely did NOT work for me...
(Btw, the NSImage will be in an ImageAndTextCell
, if that makes any difference...)