Am 16.08.2026 um 16:20 schrieb Bruce Horrocks:
[...]
\setupexternalfigures[location={local,default}]
\startuseMPgraphic{Circle}
fill fullcircle scaled 20pt withcolor \mycolor;
\stopuseMPgraphic
\def\mycolor{red}
Use \definecolor to create custom color names and apply them either with
\MPcolor{...} or "..." to MetaPost.
\definecolor [mycolor] [red]
\startuseMPgraphic{Circle}
%fill fullcircle scaled 20pt withcolor \MPcolor{mycolor} ;
fill fullcircle scaled 20pt withcolor "mycolor" ;
\stopuseMPgraphic
Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] /
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________