Re: [PyMOL] Background colors in PyMOL 1.6

2013-10-02 Thread Thomas Holder
Hi Nils, getting hex colors from settings is fixed in SVN rev 4043. Cheers, Thomas On Sep 20, 2013, at 10:14 AM, Jason Vertrees wrote: > Hi Nils, > > Thomas will soon fix the return values of the get command for color to > properly contain the "0x" prefixes. In the meantime, please add the

Re: [PyMOL] Background colors in PyMOL 1.6

2013-09-20 Thread Jason Vertrees
il I close the program. I > guess this is rather a bug than intended? > > Best, > Nils > > > > Gesendet: Donnerstag, 19. September 2013 um 17:39 Uhr > Von: "Jason Vertrees" > An: "Nils NN" > Cc: "pymol-users@lists.sourceforge.net&q

Re: [PyMOL] Background colors in PyMOL 1.6

2013-09-20 Thread Nils NN
ol-users@lists.sourceforge.net" Betreff: Re: [PyMOL] Background colors in PyMOL 1.6 Hi Nils,   We've updated how PyMOL stores colors in sessions. You can try,   cmd.get_color_tuple(cmd.get("bg_rgb"))   or if you need it as a list:   list(cmd.get_color_tuple(cmd.get("bg_rgb"

[PyMOL] Background colors in PyMOL 1.6

2013-09-19 Thread Nils NN
Hello,   I recently installed PyMOL 1.6 on my Debian machine. I have noticed that the description of the background colors has somehow changed. The command "get bg_color" returns [R,G,B] values in all previous versions, while since 1.6 it only returns values  like "black" (which messes up some of

Re: [PyMOL] Background colors in PyMOL 1.6

2013-09-19 Thread Jason Vertrees
Hi Nils, We've updated how PyMOL stores colors in sessions. You can try, cmd.get_color_tuple(cmd.get("bg_rgb")) or if you need it as a list: list(cmd.get_color_tuple(cmd.get("bg_rgb"))) Cheers, -- Jason On Thu, Sep 19, 2013 at 5:17 PM, Nils NN wrote: > Hello, > > I recently installed PyMO