public subroutine sdr_subres_fills_load(fills, conf, parent)
Load the filling definition for subresolved colors.
A filling is defined by a value for the area where the domain is flooded
by the color specified in the label and a value for the remaining part
of the domain without flooding.
The filling information has to be provided as a list of tables in the
following form within the subresolution definition:
\code{.lua}
values = {
{ label = 'colA', fill = 1.0, void = 0.0 },
{ label = 'colB', fill = 9.0, void = 0.1 }
}
\endcode
Defaults are: fill=1.0, void=0.0.
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.