Cartoon color: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
==Syntax== | ==Syntax== | ||
<source lang="python"> | |||
set cartoon_color,''color'' | |||
</source> | |||
where ''color'' can be : | where ''color'' can be : | ||
* any usual colors (blue, yellow, grey50,...) | |||
* number-coded colors (1:black, 2:blue, 3:greenish, ...) | |||
* special code -1 to revert to original chameleon setting (''set cartoon_color,-1'') | |||
==Related settings== | ==Related settings== | ||
[[sphere_color]] | [[sphere_color]] | ||
Revision as of 11:00, 24 September 2008
Overview
set cartoon_color allows one to color cartoons independently from the rest of the representations.
Syntax
set cartoon_color,''color''
where color can be :
- any usual colors (blue, yellow, grey50,...)
- number-coded colors (1:black, 2:blue, 3:greenish, ...)
- special code -1 to revert to original chameleon setting (set cartoon_color,-1)