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.
Type | Intent | Optional | 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. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=labelLen), | public | :: | cLabel | ||||
integer, | public | :: | thandle | ||||
integer, | public | :: | nLabels | ||||
integer, | public | :: | iLabel | ||||
integer, | public | :: | iError | ||||
integer, | public | :: | cPos | ||||
logical, | public | :: | wasAdded |