svgen.color.theme.visualize
index
/home/vkottler/src/vkottler/workspace/svgen/svgen/color/theme/visualize.py

A module for visualizing color themes.

 
Functions
       
visualize(rect: svgen.cartesian.rectangle.Rectangle, manager: svgen.color.theme.manager.ColorThemeManager = None) -> Iterator[svgen.element.rect.Rect]
Visualize all managed themes within a provided rectangle.
visualize_theme(theme: Union[svgen.color.theme.ColorTheme, str], rect: svgen.cartesian.rectangle.Rectangle) -> Iterator[svgen.element.rect.Rect]
Create filled rectangle elements for this theme inside another
rectangle.

 
Data
        Iterator = typing.Iterator
THEMES = {'blue_gray': {'blue_gray.primary.50': Color(rgb...l(hue=0, saturation=0, lightness=0, alpha=1.0))}}
Union = typing.Union