OutsetShadowNode
Description:
[ CCode ( has_construct_function = false , type = "GskRenderNode*" ) ]
public OutsetShadowNode (RoundedRect outline, RGBA color, float dx, float dy, float spread, float blur_radius)
public OutsetShadowNode (RoundedRect outline, RGBA color, float dx, float dy, float spread, float blur_radius)
Creates a `GskRenderNode` that will render an outset shadow around the box given by outline
.
Parameters:
outline |
outline of the region surrounded by 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` |