@Override
 public Color getExternalBackground() {
   if (myGetSetBackground == null) {
     return null;
   }
   return myGetSetBackground.getColor();
 }