1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
.. colorspacious documentation master file, created by
sphinx-quickstart on Fri Jul 3 22:45:20 2015.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to colorspacious's documentation!
=========================================
:mod:`Colorspacious` is a powerful, accurate, and easy-to-use Python
library for performing colorspace conversions.
In addition to the most common standard colorspaces (sRGB, XYZ, xyY,
CIELab, CIELCh), we also include: color vision deficiency ("color
blindness") simulations using the approach of :cite:`Machado-CVD`; a
complete implementation of `CIECAM02
<https://en.wikipedia.org/wiki/CIECAM02>`_; and the perceptually
uniform CAM02-UCS / CAM02-LCD / CAM02-SCD spaces proposed by
:cite:`CAM02-UCS`.
Contents:
.. toctree::
:maxdepth: 2
overview.rst
tutorial.rst
reference.rst
changes.rst
bibliography.rst
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|