Salome HOME
Merge from V7_3_BR branch 18/12/2013
[modules/geom.git] / doc / salome / gui / GEOM / input / transparency.doc
1 /*!
2
3 \page transparency_page Transparency
4
5 \n You can change the transparency of a shape in the range between 0%
6 (absolutely opaque) and 100% (absolutely transparent and thus invisible) 
7 in the following dialog box.
8
9 \image html neo-transparency.png
10
11 or using a <b>TUI Command:</b> <em>gg.setTransparency(ID, Value)</em>
12
13 where
14 - <em>ID</em> is an object ID (entry)
15 - <em>Value</em> is a transparency value in range [0-1]; 0 means fully opaque, 1 means fully transparent
16
17 <b>Examples:</b>
18
19 \image html colorsn.png
20 <center><em>Opaque</em></center>
21
22 \image html transparencysn.png
23 <center><em>50% Transparent</em></center>
24
25 Our <b>TUI Scripts</b> provide you with useful examples of 
26 \ref tui_change_transparency "Changing Display Parameters".
27
28 */
29