Object
When passing a shadow object into a stencil, that shadow object will be mixed in with these defaults.
Number
mult: Number These two props work together. Both affect the size and quality of the shadow. size affects the actual size and mult affects the lineWidths that overlap to make the shadow. Generally you want a bigger 'size' than 'mult'. The defaults are good for a shadow, but you will want to increase them when making a glow. TODO: Make this more clear or use other properties.
Float
Affects the alpha of the shadow. Because this is multiple shapes overlapped, you want much less than you may think. .1 is pretty dark and . is black. Higher numbers also give a sharper edge.
String
Tells the position of the shadow: B: bottom T: top L: left R: right C: center, or a glow Can be used in combinations such as BR, BL, L, T, etc. 'C' should be used by itself.
String
The color of the shadow or glow.
Object
Object
Object
Object