Change Opacity

This Quick Dynamic sets the opacity of the fill color and/or stroke color of the applied graphic element depending on the value of the defined node and the range defined by "minRange" and "maxRange", i.e. the range defined by "minRange" and "maxRange" will be translated to the range defined by "StartFill" and "StopFill" and/or to the range defined by "StartStroke" and "StopStroke".

Hint

The opacity for the fill color will only be set if both "StartFill" and "StopFill" are defined. The opacity for the stroke color will only be set if both "StartStroke" and "StopStroke" are defined.

Example:

The defined range of the value from 0 (=minRange) to 100 (=maxRange) will be translated to 0 (=StartFill) to 1 (=StopFill) where 1 means 100% opacity

Parameters:

  • nodeID (node triggering the change) – This node triggers this Quick Dynamic

  • minRange (min of range) – Lower bound of the range in which the node's value should lie

  • maxRange (max of range) – Upper bound of the range in which the node's value should lie

  • StartFill (lowest opacity) – Value for the lowest opacity in percent

  • StopFill (highest opacity) – Value for the highest opacity in percent (1=100%)

  • StartStroke (lowest stroke) – Value for the lowest stroke in percent

  • StopStroke (highest stroke) – Value for the highest stroke in percent (1=100%)