Constructor
GskOutsetShadowNodenew
Declaration [src]
GskRenderNode*
gsk_outset_shadow_node_new (
  const GskRoundedRect* outline,
  const GdkRGBA* color,
  float dx,
  float dy,
  float spread,
  float blur_radius
)
Description [src]
Creates a GskRenderNode that will render an outset shadow
around the box given by outline.
Parameters
- outline
- 
            Type: GskRoundedRectOutline of the region surrounded by shadow. The data is owned by the caller of the function. 
- color
- 
            Type: GdkRGBAColor of the shadow. The data is owned by the caller of the function. 
- dx
- 
            Type: floatHorizontal offset of shadow. 
- dy
- 
            Type: floatVertical offset of shadow. 
- spread
- 
            Type: floatHow far the shadow spreads towards the inside. 
- blur_radius
- 
            Type: floatHow much blur to apply to the shadow. 
Return value
Type: GskOutsetShadowNode
A new GskRenderNode
| The caller of the function takes ownership of the data, and is responsible for freeing it. |