python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.utils.funky_parser.SvgFeature Class Reference

Public Member Functions

def __init__ (self, layer_names, colors)
 
def iter_stylers (self, lottie_object)
 
def process (self, lottie_object, new_color)
 

Public Attributes

 layer_names
 
 colors
 

Detailed Description

Definition at line 1347 of file funky_parser.py.

Constructor & Destructor Documentation

◆ __init__()

def lottie.utils.funky_parser.SvgFeature.__init__ (   self,
  layer_names,
  colors 
)

Definition at line 1348 of file funky_parser.py.

Member Function Documentation

◆ iter_stylers()

def lottie.utils.funky_parser.SvgFeature.iter_stylers (   self,
  lottie_object 
)

Definition at line 1352 of file funky_parser.py.

◆ process()

def lottie.utils.funky_parser.SvgFeature.process (   self,
  lottie_object,
  new_color 
)

Definition at line 1367 of file funky_parser.py.

Member Data Documentation

◆ colors

lottie.utils.funky_parser.SvgFeature.colors

Definition at line 1350 of file funky_parser.py.

◆ layer_names

lottie.utils.funky_parser.SvgFeature.layer_names

Definition at line 1349 of file funky_parser.py.


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