4.11 Effects
Returns the alpha (zeroth) component of
fm, blurred with standard deviation
σ and colorized by
color.
Assumes
fm and
color are alpha-multiplied; see
Opacity (Alpha Components).
If
color =
#f, it is interpreted as
(flvector 1.0 0.0 ...), or opaque black.
Returns a flomap that outlines
fm with a
radius-thick line when
fm is superimposed over it.
Assumes
fm and
color are alpha-multiplied; see
Opacity (Alpha Components).
If
color =
#f, it is interpreted as
(flvector 1.0 0.0 ...), or opaque black.
The greatest alpha value in the returned outline is the greatest alpha value in
fm.
Because of this,
flomap-outline does fine with flomaps with fully opaque regions that are made semi-transparent:
However, it does not do so well with flomaps that are partly opaque and partly semi-transparent: