In my application, I use icons within NSOutlineViewand NSTableView(through NSImageCell).
The icons look great, but when a row is selected, the icons do not display very well:

In Finder, for example, the selected icon gets a white negative:

How can I achieve this effect in my application?
source
share