.. include:: headings.inc .. module:: lib.colourdb .. currentmodule:: lib.colourdb .. highlight:: python .. _lib.colourdb: ========================================================================================================================================== |phoenix_title| **colourdb** ========================================================================================================================================== Load addition color names/values into the wx colour database. These names and values originally came from the rgb.txt file on my system... |function_summary| Functions Summary ==================================== ================================================================================ ================================================================================ :func:`~lib.colourdb.getColourInfoList` Returns the list of colour name/value tuples used by this module. :func:`~lib.colourdb.getColourList` Returns a list of just the colour names used by this module. :func:`~lib.colourdb.updateColourDB` Updates the wx colour database by adding new colour names and RGB values. ================================================================================ ================================================================================ | Functions ------------ .. function:: getColourInfoList() Returns the list of colour name/value tuples used by this module. .. function:: getColourList() Returns a list of just the colour names used by this module. .. function:: updateColourDB() Updates the wx colour database by adding new colour names and RGB values.