Class: QgsInnerShadowEffect

A paint effect which draws an offset and optionally blurred drop shadow within a picture.

Class Hierarchy

Inheritance diagram of qgis.core.QgsInnerShadowEffect

Base classes

QgsShadowEffect

Base class for paint effects which render offset, blurred shadows.

QgsPaintEffect

Base class for visual effects which can be applied to QPicture drawings.

Static Methods

create

Creates a new QgsInnerShadowEffect effect from a properties string map.

class qgis.core.QgsInnerShadowEffect[source]

Bases: QgsShadowEffect

static create(map: Dict[str, Any]) QgsPaintEffect | None[source]

Creates a new QgsInnerShadowEffect effect from a properties string map.

Parameters:

map (Dict[str, Any]) – encoded properties string map

Return type:

Optional[QgsPaintEffect]

Returns:

new QgsInnerShadowEffect