Shadow
Inherits: Shape
Draws a shadow for a path
representing
the given material elevation
.
Note
The transparent_occluder
argument should
be True
if the occluding object is not opaque.
Properties
-
color
(ColorValue
) –The shadow's color.
-
elevation
(Number
) –The shadow's elevation.
-
path
(list[PathElement]
) –The list of elements describing the path of this shape.
-
transparent_occluder
(bool
) –Whether the occluding object is transparent (not opaque).