This is a read-only mirror of pymolwiki.org

Get color index

From PyMOL Wiki
Revision as of 02:21, 26 October 2017 by Jaredsampson (talk | contribs) (Create page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)