Get Color Indices: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 17: | Line 17: | ||
set the RGBs, and then click Apply. | set the RGBs, and then click Apply. | ||
[[Category:Commands| | [[Category:Commands|Get Color Indices]] | ||
[[Category:Coloring]] | [[Category:Coloring]] |
Revision as of 08:58, 20 June 2009
get_color_indices will retrieve the RGB values for colors.
print cmd.get_color_indices()
will retrieve the color indices
print cmd.get_color_tuple(index-number)
will retrieve individual RGB components.
set_color color-name, [r,b,g]
will create a new color that will appear in the GUI list. From the open-source GUI you can use the "add" button in the color list viewer. In MacPyMOL, enter the new name into the MacPyMOL color editor window, set the RGBs, and then click Apply.