FProperty shadowColor(Color c)
FProperty shadowColor(str colorName)
box1 = box(size(200,100), shadow(true), shadowColor("green"), resizable(false)); render(box1);