python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.objects.styles.InnerGlowStyle Class Reference
Inheritance diagram for lottie.objects.styles.InnerGlowStyle:
[legend]
Collaboration diagram for lottie.objects.styles.InnerGlowStyle:
[legend]

Public Member Functions

def __init__ (self)
 
- Public Member Functions inherited from lottie.objects.base.LottieObject
def to_dict (self)
 Serializes into a JSON object fit for the Lottie format. More...
 
def load (cls, lottiedict)
 Loads from a JSON object. More...
 
def find (self, search, propname="name")
 Recursively searches for child objects with a matching property. More...
 
def find_all (self, type, predicate=None, include_self=True)
 Find all child objects that match a predicate. More...
 
def clone (self)
 Returns a copy of the object. More...
 
def clone_into (self, other)
 
def __str__ (self)
 
- Public Member Functions inherited from lottie.objects.base.LottieObjectMeta
def __new__ (cls, name, bases, attr)
 

Public Attributes

 color
 
 opacity
 
 range
 
 source
 
 choke_spread
 
 blend_mode
 
 noise
 
 jitter
 
- Public Attributes inherited from lottie.objects.helpers.VisualObject
 name
 
 match_name
 

Static Public Attributes

int type = 4
 
- Static Public Attributes inherited from lottie.objects.styles.LayerStyle
 type = None
 

Detailed Description

Lottie JSON
Lottie name Type Description Attribute
nm str   name
mn str   match_name
ty int = 4   type
ty int = 4   type
c ColorValue   color
o Value   opacity
r Value   range
sr Value   source
ch Value   choke_spread
bm Value   blend_mode
no Value   noise
j Value   jitter

Definition at line 161 of file styles.py.

Constructor & Destructor Documentation

◆ __init__()

def lottie.objects.styles.InnerGlowStyle.__init__ (   self)

Reimplemented from lottie.objects.helpers.VisualObject.

Definition at line 175 of file styles.py.

Member Data Documentation

◆ blend_mode

lottie.objects.styles.InnerGlowStyle.blend_mode

Definition at line 183 of file styles.py.

◆ choke_spread

lottie.objects.styles.InnerGlowStyle.choke_spread

Definition at line 182 of file styles.py.

◆ color

lottie.objects.styles.InnerGlowStyle.color

Definition at line 178 of file styles.py.

◆ jitter

lottie.objects.styles.InnerGlowStyle.jitter

Definition at line 185 of file styles.py.

◆ noise

lottie.objects.styles.InnerGlowStyle.noise

Definition at line 184 of file styles.py.

◆ opacity

lottie.objects.styles.InnerGlowStyle.opacity

Definition at line 179 of file styles.py.

◆ range

lottie.objects.styles.InnerGlowStyle.range

Definition at line 180 of file styles.py.

◆ source

lottie.objects.styles.InnerGlowStyle.source

Definition at line 181 of file styles.py.

◆ type

int lottie.objects.styles.InnerGlowStyle.type = 4
static

Definition at line 162 of file styles.py.


The documentation for this class was generated from the following file: