Color: Difference between revisions
Jump to navigation
Jump to search
(adding technique to use RGB) |
No edit summary |
||
Line 1: | Line 1: | ||
===DESCRIPTION=== | ===DESCRIPTION=== | ||
'''color''' changes the color of an object or an atom selection. | |||
===USAGE=== | ===USAGE=== |
Revision as of 00:11, 14 November 2005
DESCRIPTION
color changes the color of an object or an atom selection.
USAGE
color color-name color color-name, object-name color color-name, (selection)
PYMOL API
cmd.color( string color, string selection )
Using RGB for Color
If you prefer RGB to color any object
set_color newcolor, [r,g,b]
color newcolor
EXAMPLES
color yellow, (name C*)
RGB Example:
set_color khaki, [195,176,145]
color khaki