Class: QgsOuterGlowEffect

A paint effect which draws a glow outside of a picture.

Class Hierarchy

Inheritance diagram of qgis.core.QgsOuterGlowEffect

Base classes

QgsGlowEffect

Base class for paint effects which draw a glow inside or outside a picture.

QgsPaintEffect

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

Static Methods

create

Creates a new QgsOuterGlowEffect effect from a properties string map.

class qgis.core.QgsOuterGlowEffect[source]

Bases: QgsGlowEffect

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

Creates a new QgsOuterGlowEffect effect from a properties string map.

Parameters:

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

Return type:

Optional[QgsPaintEffect]

Returns:

new QgsOuterGlowEffect