tkColorChooser
index
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkColorChooser.py
Module Docs

# tk common color chooser dialogue
#
# this module provides an interface to the native color dialogue
# available in Tk 4.2 and newer.
#
# written by Fredrik Lundh, May 1997
#
# fixed initialcolor handling in August 1998
#

 
Classes
       
tkCommonDialog.Dialog
Chooser

 
class Chooser(tkCommonDialog.Dialog)
    Ask for a color
 
  Data and other attributes defined here:
command = 'tk_chooseColor'

Methods inherited from tkCommonDialog.Dialog:
__init__(self, master=None, **options)
show(self, **options)

 
Functions
       
askcolor(color=None, **options)
Ask for a color