public subroutine load_single_fill(fills, conf, parent, pos)
Load the value fill definition for a single color.
The filling information has to be provided as a table with the label of
the color, the fill value to use, where the color is present and the void
value for the rest of the domain:
\code{.lua}
{ label = 'colA', fill = 1.0, void = 0.0 },
\endcode
Defaults are: fill=1.0, void=0.0.
Note that the keys can be left out, and assignment by position is possible.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.