InsetShadowNode


Description:

[ CCode ( has_construct_function = false , type = "GskRenderNode*" ) ]
public InsetShadowNode (RoundedRect outline, RGBA color, float dx, float dy, float spread, float blur_radius)

Creates a `GskRenderNode` that will render an inset shadow into the box given by outline.

Parameters:

outline

outline of the region containing the shadow

color

color of the shadow

dx

horizontal offset of shadow

dy

vertical offset of shadow

spread

how far the shadow spreads towards the inside

blur_radius

how much blur to apply to the shadow

Returns:

A new `GskRenderNode`