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 jason.vertr...@schrodinger.com wrote: Hi Nils, Thomas will soon fix the return values of the get command for color to properly contain the 0x prefixes. In the

Re: [PyMOL] Background colors in PyMOL 1.6

2013-09-20 Thread Nils NN
@lists.sourceforge.net pymol-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)))   Cheers

Re: [PyMOL] Background colors in PyMOL 1.6

2013-09-20 Thread Jason Vertrees
Uhr Von: Jason Vertrees jason.vertr...@schrodinger.com An: Nils NN n...@gmx.ch Cc: pymol-users@lists.sourceforge.net pymol-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

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 n...@gmx.ch wrote: Hello, I recently installed