1 2 3 4 5 6
Efl.Ui.Bg bg = new Efl.Ui.Bg(parent); bg.SetColor(66, 162, 206, 255); bg.SetFile(image_path + "background.png"); bg.Load();