LICENSE
README.md
pyproject.toml
src/ideamaxfx/__init__.py
src/ideamaxfx/py.typed
src/ideamaxfx.egg-info/PKG-INFO
src/ideamaxfx.egg-info/SOURCES.txt
src/ideamaxfx.egg-info/dependency_links.txt
src/ideamaxfx.egg-info/requires.txt
src/ideamaxfx.egg-info/top_level.txt
src/ideamaxfx/animate/__init__.py
src/ideamaxfx/animate/bar.py
src/ideamaxfx/animate/chart_utils.py
src/ideamaxfx/animate/composer.py
src/ideamaxfx/animate/core.py
src/ideamaxfx/animate/counter.py
src/ideamaxfx/animate/easing.py
src/ideamaxfx/animate/export.py
src/ideamaxfx/animate/heatmap.py
src/ideamaxfx/animate/line.py
src/ideamaxfx/animate/morph.py
src/ideamaxfx/animate/network.py
src/ideamaxfx/animate/pie.py
src/ideamaxfx/animate/radar.py
src/ideamaxfx/animate/scatter.py
src/ideamaxfx/animate/stagger.py
src/ideamaxfx/assets/DejaVuSans.ttf
src/ideamaxfx/color/__init__.py
src/ideamaxfx/color/accessibility.py
src/ideamaxfx/color/adjust.py
src/ideamaxfx/color/convert.py
src/ideamaxfx/color/harmonies.py
src/ideamaxfx/color/interpolate.py
src/ideamaxfx/color/palette.py
src/ideamaxfx/compose/__init__.py
src/ideamaxfx/compose/overlay.py
src/ideamaxfx/compose/pixelate.py
src/ideamaxfx/compose/reflection.py
src/ideamaxfx/compose/rounded.py
src/ideamaxfx/compose/shadow.py
src/ideamaxfx/compose/tilt_shift.py
src/ideamaxfx/effects/__init__.py
src/ideamaxfx/effects/blend.py
src/ideamaxfx/effects/bloom.py
src/ideamaxfx/effects/chromatic.py
src/ideamaxfx/effects/duotone.py
src/ideamaxfx/effects/glass.py
src/ideamaxfx/effects/glow.py
src/ideamaxfx/effects/grain.py
src/ideamaxfx/effects/halftone.py
src/ideamaxfx/effects/noise.py
src/ideamaxfx/effects/patterns.py
src/ideamaxfx/effects/pipeline.py
src/ideamaxfx/effects/scanlines.py
src/ideamaxfx/effects/vignette.py
src/ideamaxfx/layout/__init__.py
src/ideamaxfx/layout/badge.py
src/ideamaxfx/layout/callout.py
src/ideamaxfx/layout/divider.py
src/ideamaxfx/layout/legend.py
src/ideamaxfx/layout/progress_bar.py
src/ideamaxfx/layout/stat_card.py
src/ideamaxfx/text/__init__.py
src/ideamaxfx/text/emboss.py
src/ideamaxfx/text/gradient.py
src/ideamaxfx/text/neon.py
src/ideamaxfx/text/outline.py
src/ideamaxfx/text/shadow.py
src/ideamaxfx/texture/__init__.py
src/ideamaxfx/texture/dots.py
src/ideamaxfx/texture/grid.py
src/ideamaxfx/texture/perlin.py
src/ideamaxfx/texture/stripes.py
src/ideamaxfx/utils/__init__.py
src/ideamaxfx/utils/convert.py
src/ideamaxfx/utils/fonts.py
src/ideamaxfx/watermark/__init__.py
src/ideamaxfx/watermark/footer.py
src/ideamaxfx/watermark/image_mark.py
src/ideamaxfx/watermark/text_mark.py
tests/test_animate.py
tests/test_chart_utils.py
tests/test_color.py
tests/test_compose.py
tests/test_edge_cases.py
tests/test_effects.py
tests/test_layout.py
tests/test_text.py
tests/test_texture.py
tests/test_utils.py
tests/test_watermark.py