This is a read-only mirror of pymolwiki.org

Difference between revisions of "Get color index"

From PyMOL Wiki
Jump to navigation Jump to search
(Add See Also and Categories)
m (2 revisions)
 
(No difference)

Latest revision as of 03:27, 13 November 2017

get_color_index in combination with get_color_tuple will retrieve the RGB values for a single color.

PyMOL>print cmd.get_color_index('black')
1
PyMOL>print cmd.get_color_tuple(1)
(0.0, 0.0, 0.0)


See Also