def method_missing(method_name, *args, &block)
        swt_color.send(method_name, *args, &block)
      rescue => e
        Glimmer::Config.logger.debug {"Neither ColorProxy nor #{swt_color.class.name} can handle the method ##{method_name}"}
        super