We all know this will bring the color panel forwards: [[NSApplication sharedApplication] orderFrontColorPanel:nil];, but how to hide it again? I tried orderOutColorPanel:, but it does not work.
We all know this will bring the color panel forwards: [[NSApplication sharedApplication] orderFrontColorPanel:nil]; ,
Share
When in doubt, use brute force: