drop_shadow method

drop_shadow

Adds a drop shadow filter.

Returns

The builder instance for chaining.

def drop_shadow(self, offset_x, offset_y, std_deviation):
    ...
ParameterTypeDescription
offset_xfloatThe X offset of the shadow.
offset_yfloatThe Y offset of the shadow.
std_deviationfloatThe standard deviation of the shadow.

See Also