I have a NSButtonCell (a checkbox) in a cell-based NSTableView. I try to set its background color to a semi-transparent color (used tor the rest of the row), but this color fades to black. If the row color has an alpha of zero, the background of the control appears solid black.
Is there a way to mimic transparency on white instead of this (probably) nil color which default to black (0,0,0) ?