Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Transparency


You can change the transparency of a shape in the range between 0% (absolutely opaque) and 100% (absolutely transparent and thus invisible) in the following dialog box.

neo-transparency.png

or using a TUI Command: gg.setTransparency(ID, Value)

where

  • ID is an object ID (entry)
  • Value is a transparency value in range [0-1]; 0 means fully opaque, 1 means fully transparent

Examples:

colorsn.png
Opaque
transparencysn.png
50% Transparent

Our TUI Scripts provide you with useful examples of Changing Display Parameters.