> numeric r, g, b ;
> 
> r := uniformdeviate 1 ;
> g := uniformdeviate 1 ;
> b := uniformdeviate 1 ;
> 
> textext("\colored[r=" & r & ",g=" & g & ",b=" & b & "]{Test}")
Thanks for this snipped, Hans. It looks promising, but I get the
following compile error:

    !mplib          : mp terminal: >> "\colored [r="
    >> 0.74464
    ! Not implemented: (string)&(known numeric).
    <to be read again> 

I used the following code:

\starttext
\startuseMPgraphic {1}

numeric r, g, b ;
r := uniformdeviate 1 ;
g := uniformdeviate 1 ;
b := uniformdeviate 1 ;

label(textext("\colored[r=" & r & ",g=" & g & ",b=" & b & "]{Test}"),
origin);

\stopuseMPgraphic
\useMPgraphic {1}
\stoptext

Marco


___________________________________________________________________________________
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