This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Eli Innis, r.david.murray, serhiy.storchaka, terry.reedy
Date 2014-03-15.06:36:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394865417.19.0.115626057437.issue20920@psf.upfronthosting.co.za>
In-reply-to
Content
Tk supports alpha only for photo images and as an attribute of top-level window. It doesn't support alpha component in colors.

       The desired color is specified with an object whose string  value
       must have one of the following forms:

       colorname           Any  of the valid textual names for a color defined
                           in the server's color database file, such as red or
                           PeachPuff.
                                          
       #RGB
       
       #RRGGBB
        
       #RRRGGGBBB

       #RRRRGGGGBBBB       A numeric specification of the red, green, and blue
                           intensities to use to display the color.   Each  R,
                           G, or B represents a single hexadecimal digit.  The
                           four forms  permit  colors  to  be  specified  with
                           4-bit,  8-bit, 12-bit or 16-bit values.  When fewer
                           than 16 bits are provided for each color, they rep-
                           resent  the  most  significant  bits  of the color,
                           while the lower unfilled bits  will  be  repeatedly
                           replicated  from  the  available  higher bits.  For
                           example, #3a7 is the same as #3333aaaa7777.
History
Date User Action Args
2014-03-15 06:36:57serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, r.david.murray, Eli Innis
2014-03-15 06:36:57serhiy.storchakasetmessageid: <1394865417.19.0.115626057437.issue20920@psf.upfronthosting.co.za>
2014-03-15 06:36:57serhiy.storchakalinkissue20920 messages
2014-03-15 06:36:56serhiy.storchakacreate