Site is in early stage of development. Right now we are updating panels documentation.
Adds a shadow to objects either behind them or inside them.
Type enumeration = Outer
Determines whether a shadow is put behind an object or inside it.
Values
Inner # places shadow inside an object so that it never leaves it
Outer # places shadow behind outside of an object
Color = (Red: 0, Green: 0, Blue: 0) _
It's a Paint which can be found by the link above.
A shadow color.
Opacity = 100%
It's a Transparency which can be found by the link above.
A shadow opacity.
Angle = 0 degrees
It's an Angle which can be found by the link above.
An angle which at shadow displacement happens.
Size pixels = 10px
A size of the shadow blur in pixels.
Values
{positive value} # blurs shadow
0 # disables shadow blur
{negative value} # not a valid value
Distance pixels = 0px
A shadow displacement, regarding the shape itself.
Values
{positive value} # displaces in the direction pointed by Angle
0 # no displacement
{negative value} # displaces in the opposite direction compared to the one pointed by Angle
Making cut-out effect by using inner shadow imitating that the shape itself was cut-out from a paper (for instance).
Adding 3D feeling for your drawing by adding soft shadows around shapes which should seem lifted above some surface.
Stacking multiple shadows with the smallest Distance as possible can help imitate a 3D effect.