Hi guys,I would like to know, if I can somehow in general define img in program and use it in function. For examplevoid Screen1View::function1(random_img){image img;img = random_img;img.setAlpha(0);img.Invalidate;}The same way with Box with border an...