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

Static Public Attributes

 RGB = enum.auto()
 sRGB, Components in [0, 1] More...
 
 HSV = enum.auto()
 HSV, components in [0, 1]. More...
 
 HSL = enum.auto()
 HSL, components in [0, 1]. More...
 
 XYZ = enum.auto()
 CIE XYZ with Illuminant D65. More...
 
 LUV = enum.auto()
 CIE L*u*v*. More...
 
 LCH_uv = enum.auto()
 CIE Lch(uv), polar version of LUV where C is the radius and H an angle in radians. More...
 
 LAB = enum.auto()
 CIE L*a*b*. More...
 

Detailed Description

Definition at line 11 of file color.py.

Member Data Documentation

◆ HSL

lottie.utils.color.ColorMode.HSL = enum.auto()
static

HSL, components in [0, 1].

Definition at line 17 of file color.py.

◆ HSV

lottie.utils.color.ColorMode.HSV = enum.auto()
static

HSV, components in [0, 1].

Definition at line 15 of file color.py.

◆ LAB

lottie.utils.color.ColorMode.LAB = enum.auto()
static

CIE L*a*b*.

Definition at line 25 of file color.py.

◆ LCH_uv

lottie.utils.color.ColorMode.LCH_uv = enum.auto()
static

CIE Lch(uv), polar version of LUV where C is the radius and H an angle in radians.

Definition at line 23 of file color.py.

◆ LUV

lottie.utils.color.ColorMode.LUV = enum.auto()
static

CIE L*u*v*.

Definition at line 21 of file color.py.

◆ RGB

lottie.utils.color.ColorMode.RGB = enum.auto()
static

sRGB, Components in [0, 1]

Definition at line 13 of file color.py.

◆ XYZ

lottie.utils.color.ColorMode.XYZ = enum.auto()
static

CIE XYZ with Illuminant D65.

Components in [0, 1]

Definition at line 19 of file color.py.


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