Developer Notes
===============

Here, we dive into ColorDetect's inner definitions and working.
Found a bug or feature request you would like to address? Take a look at the :ref:`Contribution guidelines<Contributing>`
and feel free to submit a pull. The project source is hosted on `Github <https://github.com/MarvinKweyu/ColorDetect/>`_

.. automodule:: colordetect.color_detect
   :members:
   :undoc-members:
   :show-inheritance:

.. automodule:: colordetect.video_color_detect
   :members:
   :undoc-members:
   :show-inheritance:


.. automodule:: colordetect
   :members:
   :undoc-members:
   :show-inheritance:

