Definition of values to use for colors in polynomial representations.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(dyn_labelarray_type), | public | :: | label | Name of the color, to which the color values apply. |
|||
type(grw_realarray_type), | public | :: | fill | Actual value to use, where the color is present, defaults to 1. |
|||
type(grw_realarray_type), | public | :: | void | Actual value to use, where the color is not present, defaults to 0. |
Add a value definition for a color to the list of fillings.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sdr_subres_fills_type), | intent(inout) | :: | fills | Table of color values to add a color definition to. |
||
character(len=*), | intent(in) | :: | colorname | Name of the color to define values for. |
||
real(kind=rk), | intent(in) | :: | fill_value | Value to use, where the domain is flooded by color. |
||
real(kind=rk), | intent(in) | :: | void_value | Value to use, where the domain is NOT flooded by color. |
||
integer, | intent(out) | :: | pos | Position of this color in the list of color values. |
||
logical, | intent(out) | :: | wasAdded | Indicator, if this value definition was added to the list. |
Load the filling definition for subresolved colors.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sdr_subres_fills_type), | intent(out) | :: | fills | Value definitions for individual colors. |
||
type(flu_State) | :: | conf | Handle for the Lua script. |
|||
integer, | intent(in) | :: | parent | Parent table, within which to open the fills table. |
Load the value fill definition for a single color.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sdr_subres_fills_type), | intent(inout) | :: | fills | Value definitions for individual colors. |
||
type(flu_State) | :: | conf | Handle for the Lua script. |
|||
integer, | intent(in) | :: | parent | Parent table, within which to open the fills table. |
||
integer, | intent(in) | :: | pos | Position in the table of fills to load. |