AUTHORS.md
LICENSE
README.md
pyproject.toml
quanta_color/__init__.py
quanta_color/adaptation.py
quanta_color/appearance.py
quanta_color/blindness.py
quanta_color/cli.py
quanta_color/difference.py
quanta_color/gamut.py
quanta_color/harmony.py
quanta_color/icc.py
quanta_color/image_analysis.py
quanta_color/image_io.py
quanta_color/lut_io.py
quanta_color/naming.py
quanta_color/spaces.py
quanta_color/spectral.py
quanta_color/tonemap.py
quanta_color.egg-info/PKG-INFO
quanta_color.egg-info/SOURCES.txt
quanta_color.egg-info/dependency_links.txt
quanta_color.egg-info/entry_points.txt
quanta_color.egg-info/requires.txt
quanta_color.egg-info/top_level.txt
quanta_color/gui/__init__.py
quanta_color/gui/app.py
quanta_color/gui/pages/__init__.py
quanta_color/gui/pages/color_inspector.py
quanta_color/gui/pages/dashboard.py
quanta_color/gui/pages/image_analyzer.py
quanta_color/gui/pages/lut_workshop.py
quanta_color/gui/pages/palette_studio.py
quanta_color/gui/pages/settings.py
quanta_color/gui/widgets/__init__.py
quanta_color/gui/widgets/color_swatch.py
quanta_color/gui/widgets/tone_curve.py
tests/test_adaptation.py
tests/test_blindness.py
tests/test_difference.py
tests/test_gamut.py
tests/test_harmony.py
tests/test_lut_io.py
tests/test_naming.py
tests/test_spaces.py
tests/test_spectral.py
tests/test_tonemap.py