InsetShadowNode
- class InsetShadowNode(*args, **kwargs)
Superclasses: RenderNode
- Constructors:
InsetShadowNode(**properties)
new(outline:Gsk.RoundedRect, color:Gdk.RGBA, dx:float, dy:float, spread:float, blur_radius:float) -> Gsk.InsetShadowNode
Constructors
- class InsetShadowNode
- classmethod new(outline: RoundedRect, color: RGBA, dx: float, dy: float, spread: float, blur_radius: float) InsetShadowNode
Creates a
GskRenderNode
that will render an inset shadow into the box given byoutline
.- Parameters:
outline – outline of the region containing the 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 InsetShadowNode
-
- get_outline() RoundedRect
Retrieves the outline rectangle of the inset shadow.