Class: QgsInnerGlowEffect

class qgis.core.QgsInnerGlowEffect

Bases: QgsGlowEffect

A paint effect which draws a glow within a picture.

Methods

boundingRect

clone

rtype

QgsInnerGlowEffect

create

Creates a new QgsInnerGlowEffect effect from a properties string map.

draw

drawSource

fixQPictureDpi

imageOffset

shadeExterior

rtype

bool

source

sourceAsImage

type

rtype

str

boundingRect()
clone(self) → QgsInnerGlowEffect
Return type

QgsInnerGlowEffect

create(map: Dict[str, str]) → QgsPaintEffect

Creates a new QgsInnerGlowEffect effect from a properties string map.

Parameters

map (Dict[str) – encoded properties string map

Return type

QgsPaintEffect

Returns

new QgsInnerGlowEffect

draw()
drawSource()
fixQPictureDpi()
imageOffset()
shadeExterior(self) → bool
Return type

bool

source()
sourceAsImage()
type(self) → str
Return type

str