Server IP : 184.107.3.203 / Your IP : 216.73.216.51 Web Server : Apache System : Linux dedicated2.avenfashion.com.ph 4.18.0-553.40.1.el8_10.x86_64 #1 SMP Mon Feb 10 12:11:18 EST 2025 x86_64 User : adminteladeoro ( 1015) PHP Version : 8.2.28 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/doc/python2-docs/html/_sources/library/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
:mod:`ColorPicker` --- Color selection dialog ============================================= .. module:: ColorPicker :platform: Mac :synopsis: Interface to the standard color selection dialog. :deprecated: .. moduleauthor:: Just van Rossum <just@letterror.com> .. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org> The :mod:`ColorPicker` module provides access to the standard color picker dialog. .. note:: This module has been removed in Python 3.x. .. function:: GetColor(prompt, rgb) Show a standard color selection dialog and allow the user to select a color. The user is given instruction by the *prompt* string, and the default color is set to *rgb*. *rgb* must be a tuple giving the red, green, and blue components of the color. :func:`GetColor` returns a tuple giving the user's selected color and a flag indicating whether they accepted the selection of cancelled.