Label color: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
set label_color, red # or other color | set label_color, red # or other color | ||
</source> | </source> | ||
= User Comments = | |||
If the coloring of the labels is not ''exactly'' the same as you'd expect (say black turns out grey, or red turns out pink), then try the following settings: | |||
<source lang="python"> | |||
unset depth_cue | |||
unset ray_label_specular | |||
</source> | |||
= See Also = | |||
[[Color_Values]], [[:Category:Coloring]] | |||
[[Category:Settings|Label color]] | [[Category:Settings|Label color]] | ||
[[Category:Labeling|Label color]] | [[Category:Labeling|Label color]] | ||
[[Category:Coloring]] | [[Category:Coloring]] |
Revision as of 20:44, 8 June 2009
Overview
Sets the color that PyMol uses to draws/renders labels.
Syntax
set label_color, red # or other color
User Comments
If the coloring of the labels is not exactly the same as you'd expect (say black turns out grey, or red turns out pink), then try the following settings:
unset depth_cue
unset ray_label_specular