Command/starteffect

From Wiki
< Command
Revision as of 09:38, 7 August 2020 by Taco (talk | contribs) (Taco moved page Environment/effect to Command/starteffect over a redirect without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

\starteffect

Syntax (autogenerated)

\starteffect[...] ... \stopeffect
[...]name


Syntax

\starteffect[...][...] ... \stopeffect
[...] effect name
[...] effect options

Description

Example

% mode=mkiv
\setuppapersize[A5]

% define the spot color for the plotter
\definecolor[CutContour][c=0,m=1,y=0,k=0]
\definespotcolor[Contour][CutContour][p=1]

% here is the outline feature
\defineeffect[outline][alternative=outer,rulethickness=.25pt]

\starttext
\startcolor[Contour]
\definedfont[Serif at 50pt]

\starteffect[outline]
And here is the magic.
\stopeffect

\stopcolor
\stoptext

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: