subres_load_color_defaults Subroutine

public subroutine subres_load_color_defaults(label, conf, parent)

Internal subroutine to load the list of colors, which by default should apply subelement resolution to its boundaries.

This list is provided in the subresolution table by: \code{.lua} default_colors = { 'colA', 'colB' } \endcode This table is read by this routine.

Arguments

Type IntentOptional Attributes Name
type(dyn_labelarray_type), intent(out) :: label

Labels of the colors, for which a default setting is given.

type(flu_State) :: conf

Handle for the Lua script.

integer, intent(in) :: parent

Parent table, within which to open the color_default table.