.. $Id$  -*- rst -*-
.. pyformex reference manual --- colors
.. CREATED WITH py2rst.py: DO NOT EDIT

.. include:: ../defines.inc
.. include:: ../links.inc

.. _sec:ref-colors:

:mod:`colors` --- Definition of some RGB colors and color conversion functions
==============================================================================

.. automodule:: colors
   :synopsis: Definition of some RGB colors and color conversion functions


   .. autofunction:: GLColor(color)
   .. autofunction:: colorName(color)
   .. autofunction:: createColorDict()
   .. autofunction:: closestColorName(color)
   .. autofunction:: RGBA(rgb,alpha=1.0)
   .. autofunction:: GREY(val,alpha=1.0)
   .. autofunction:: grey(i)

   
.. moduleauthor:: pyFormex project (http://pyformex.org)

.. End

