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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to