OutsetShadowNode

class OutsetShadowNode(*args, **kwargs)

Superclasses: RenderNode

A render node for an outset shadow.

Constructors

class OutsetShadowNode
classmethod new(outline: RoundedRect, color: RGBA, dx: float, dy: float, spread: float, blur_radius: float) OutsetShadowNode

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

Methods

class OutsetShadowNode
get_blur_radius() float

Retrieves the blur radius of the shadow.

get_color() RGBA

Retrieves the color of the outset shadow.

get_dx() float

Retrieves the horizontal offset of the outset shadow.

get_dy() float

Retrieves the vertical offset of the outset shadow.

get_outline() RoundedRect

Retrieves the outline rectangle of the outset shadow.

get_spread() float

Retrieves how much the shadow spreads outwards.