Navigation
Synopsis Define the color of a shadow.
Function
  • FProperty shadowColor(Color c)
  • FProperty shadowColor(str colorName)
Description Defines the color of shadows. Also see shadow and shadowPos.
Examples
box1 = box(size(200,100), shadow(true), shadowColor("green"), resizable(false));
render(box1);
s1
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.