List Colors: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
[[Category:Script_Library|List Colors]] | [[Category:Script_Library|List Colors]] | ||
[[Category:Coloring]] | [[Category:Coloring]] | ||
[[Category:ObjSel_Scripts]] |
Latest revision as of 07:35, 30 April 2009
#
# This is how to do it from the PyMOL command line or .pml script:
#
iterate all, print color
#! /usr/bin/python
#
# and this in a Python script
#
import pymol
pymol.color_list = []
cmd.iterate('all', 'pymol.color_list.append(color)')
print pymol.color_list