Pict has adjuster functions linewidth and linestyle to adjust the properties of the outline of a pict, and colorize which changes either the fill color or both the fill color and outline color depending on which ones are not specified (as far as I can tell). Is there a way to change only the outline color of an existing pict? To me it feels more "functional" to compose line styles and colors with (linewidth <style> <pict>) than to specify #:border-color and #:color keyword arguments for each kind of function that creates new picts.
Pict has adjuster functions
linewidthandlinestyleto adjust the properties of the outline of a pict, andcolorizewhich changes either the fill color or both the fill color and outline color depending on which ones are not specified (as far as I can tell). Is there a way to change only the outline color of an existing pict? To me it feels more "functional" to compose line styles and colors with(linewidth <style> <pict>)than to specify#:border-colorand#:colorkeyword arguments for each kind of function that creates new picts.