1 Dec
2010
1 Dec
'10
5:37 p.m.
I'm pretty sure that I never implemented something using a questionmark. However, we do have:
\definecolor[red-t] [r=1,t=0.5,a=1] \definecolor[green-t][g=1,t=0.5,a=1] \defineintermediatecolor[mycolora][0.5,red,green] \defineintermediatecolor[mycolorb][0.5,red-t,green-t]
\starttext test {\mycolora OEPS} test test {\mycolorb OEPS} test \stoptext
I could probably support
\definecolor[xxx][0.5(red,green)] \definecolor[xxx][0.5(red)]
which looks better than this ! and is less likely to conflict with names as abc! is a rather value color name.
OK, thanks. Last question then: is there a way to redefine standard colors? Something like: \redefinecolor[red][r=0,g=1,b=0] -- Michael Murphy