AM_MOD_SYM_COLOR changes the color of existing symbols.
+-----------------<-------------------------+
| |
| |
---->(AM_MOD_SYM_COLOR)----+---(:SEL_LIST)----|symbol|-----------------+---->
| |
| |
+---(:TEXT_COLOR)---+-|GET_RGB_COLOR_SA|-+--+
| | | |
| +------(:ON)---------+ |
| | | |
| +------(:OFF)--------+ |
| |
| |
+---(:GEO_COLOR)----+-|GET_RGB_COLOR_SA|-+--+
| | | |
| +------(:ON)---------+ |
| | | |
| +------(:OFF)--------+ |
| |
| |
+---(:HATCH_COLOR)--+-|GET_RGB_COLOR_SA|-+--+
| | | |
| +------(:ON)---------+ |
| | | |
| +------(:OFF)--------+ |
| |
| |
+---(:ALL)----------+-|GET_RGB_COLOR_SA|-+--+
| |
+------(:ON)---------+
| |
+------(:OFF)--------+
- :SEL_LIST specifies the symbol to modify. This can be used
with the Select tool for multiple selection of symbols.
- :TEXT_COLOR sets the new color for the text inside the symbol.
It automatically calls up the GET_RGB_COLOR_SA subaction.
Use this subaction to specify the new RGB or HSL color.
- :GEO_COLOR sets the new color for the geometry inside the symbol.
It automatically calls up the GET_RGB_COLOR_SA subaction.
Use this subaction to specify the new RGB or HSL color.
- :HATCH_COLOR sets the new color for hatching inside the symbol.
It automatically calls up the GET_RGB_COLOR_SA subaction.
Use this subaction to specify the new RGB or HSL color.
- :ALL sets the new color for all elements inside the symbol.
It automatically calls up the GET_RGB_COLOR_SA subaction.
Use this subaction to specify the new RGB or HSL color.
Use this action to change the color of the different elements
of symbols.
GET_RGB_COLOR_SA subaction