geom/doc/salome/gui/GEOM/input/transparency.doc

30 lines
747 B
Plaintext
Raw Normal View History

/*!
\page transparency_page Transparency
2009-02-13 17:16:39 +05:00
\n You can change the transparency of a shape in the range between 0%
2012-08-09 13:58:02 +06:00
(absolutely opaque) and 100% (absolutely transparent and thus invisible)
in the following dialog box.
\image html neo-transparency.png
2012-08-09 13:58:02 +06:00
or using a <b>TUI Command:</b> <em>gg.setTransparency(ID, Value)</em>
2012-08-09 13:58:02 +06:00
where
- <em>ID</em> is an object ID (entry)
- <em>Value</em> is a transparency value in range [0-1]; 0 means fully opaque, 1 means fully transparent
<b>Examples:</b>
\image html colorsn.png
<center><em>Opaque</em></center>
\image html transparencysn.png
<center><em>50% Transparent</em></center>
Our <b>TUI Scripts</b> provide you with useful examples of
\ref tui_change_transparency "Changing Display Parameters".
*/