BackgroundType module

class BackgroundType.BackgroundType(value)

Bases: Enum

Enum class that specifies the type of background.

Color = 4
Gradient = 1
NoBackground = 0
Picture = 2
Texture = 3