private void setForegroundColor(Color c) {
   Toolbar.setForegroundColor(c);
   if (Recorder.record)
     Recorder.record("setForegroundColor", c.getRed(), c.getGreen(), c.getBlue());
 }