ModalHelper
Creates a fullscreen background for the modal widgets. You can specify background sprite, color, and action on click.
modalID = ModalHelper.OpenAt(Canvas, background_sprite, background_color, action_on_click);
//...
ModalHelper.Close(modalID);