7 Feb
2010
7 Feb
'10
6:24 a.m.
On Sat, 6 Feb 2010, Wolfgang Schuster wrote:
Am 05.02.10 15:49, schrieb Philipp Gesang:
Is there a difference (other than syntax) between \colored[rgb] and the according \definecolor[name][rgb] -- \color[name] commands?
No, \colored is \definecolor + \color except you can use it in the form
\colored[rgb]{...}
and
{\colored[rgb]...}
while \color can only be used as
\color[rgb]{...}.
No. Both \color[rgb]{...} and {\color[rgb]...} are valid \definecolor[myred][r=0.65] \starttext {normal text \color[myred]{red text} normal text} {normal text {\color[myred]red text} normal text} \stoptext Aditya