OutsetShadowNode.this

Creates a gsk.render_node.RenderNode that will render an outset shadow around the box given by outline.

class OutsetShadowNode
this

Parameters

outline gsk.rounded_rect.RoundedRect

outline of the region surrounded by shadow

color gdk.rgba.RGBA

color of the shadow

dx float

horizontal offset of shadow

dy float

vertical offset of shadow

spread float

how far the shadow spreads towards the inside

blurRadius float

how much blur to apply to the shadow

Return Value