gsk.outset_shadow_node

Module for [OutsetShadowNode] class

Types 1

classOutsetShadowNode : gsk.render_node.RenderNode

A render node for an outset shadow.

Methods
float getBlurRadius()Retrieves the blur radius of the shadow. Returns: the blur radius, in pixels
gdk.rgba.RGBA getColor()Retrieves the color of the outset shadow. Returns: a color
float getDx()Retrieves the horizontal offset of the outset shadow. Returns: an offset, in pixels
float getDy()Retrieves the vertical offset of the outset shadow. Returns: an offset, in pixels
gsk.rounded_rect.RoundedRect getOutline()Retrieves the outline rectangle of the outset shadow. Returns: a rounded rectangle
float getSpread()Retrieves how much the shadow spreads outwards. Returns: the size of the shadow, in pixels
Constructors
this(void * ptr, Flag!"Take" take)
this(gsk.rounded_rect.RoundedRect outline, gdk.rgba.RGBA color, float dx, float dy, float spread, float blurRadius)Creates a [gsk.render_node.RenderNode] that will render an outset shadow around the box given by outline.