Canvasity.shadowColor

Set the color and opacity of the shadow.

Shadows will only be drawn if the shadow color has any opacity and the shadow is either offset or blurred.

Defaults to transparent black.

Can give: - a Color, such as one obtained by the colors package - a CSS string, - a RGBA8 8-bit sRGB ubyte quadruplet - a RGBA16 16-bit sRGB ubyte quadruplet - a RGBAf 32-bit sRGB ubyte quadruplet

Meta