python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.objects.effects.FillEffect Class Reference

Replaces the whole layer with the given color. More...

Inheritance diagram for lottie.objects.effects.FillEffect:
[legend]
Collaboration diagram for lottie.objects.effects.FillEffect:
[legend]

Static Public Attributes

int type = 21
 Effect type. More...
 
- Static Public Attributes inherited from lottie.objects.effects.Effect
 type = None
 Effect type. More...
 

Additional Inherited Members

- Public Member Functions inherited from lottie.objects.effects.Effect
def __init__ (self, *args, **kwargs)
 
def __getattr__ (self, key)
 
def __str__ (self)
 
- Public Member Functions inherited from lottie.objects.helpers.VisualObject
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)
 
- Public Member Functions inherited from lottie.objects.base.LottieObjectMeta
def __new__ (cls, name, bases, attr)
 
- Public Attributes inherited from lottie.objects.effects.Effect
 effect_index
 Effect Index. More...
 
 effects
 Effect parameters. More...
 
 enabled
 Whether the effect is enabled. More...
 
- Public Attributes inherited from lottie.objects.helpers.VisualObject
 name
 
 match_name
 

Detailed Description

Replaces the whole layer with the given color.

Note
Opacity is in [0, 1]
Lottie JSON
Lottie name Type Description Attribute
nm str   name
mn str   match_name
ix int Effect Index.   effect_index
ty int = 21 Effect type.   type
ef list of EffectValue Effect parameters. [00, 01, color, 03, 04, 05, opacity]   effects
en bool Whether the effect is enabled.   enabled

Definition at line 224 of file effects.py.

Member Data Documentation

◆ type

int lottie.objects.effects.FillEffect.type = 21
static

Effect type.

Definition at line 239 of file effects.py.


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