Salome HOME
Merge branch 'BR_2018_V8_5' into BR_PY3
[modules/hydro.git] / doc / salome / gui / HYDRO / input / color.doc
1
2 /**
3   @file
4   \brief Help for the color object
5 */
6
7 /**
8   \page color Color object(s)
9   
10   <a href="index.html"><b>Back to Main page.</b></a>
11   
12   The HYDROGUI module supports changing object's color. This operation is available for all objects except images, bathymetries and strickler tables.<br>
13   
14   To change color of the object, it's necessary to select it  and call <b>Color</b> command from context menu.<br>
15   
16   <b>Set color</b> dialog box looks like:
17   
18   \image html set_color_dialog_box.png "Set color dialog box"
19   
20   Controls inside the dialog:
21   
22   <b>Transparent</b> - radio button to make object transparent;<br>
23   <b>Color</b> - radio button to color the object with selected color;<br>
24   <b>Border</b> - check-box to define any color for object's border;<br>
25   <b>OK</b> - button to apply modifications;<br>
26   <b>Cancel</b> - button to reject color changing.<br>
27   
28   To change color it's necessary to check <b>Color</b> radio button and double click on the colored field near it.<br>
29   
30   To change border color it's necessary to check <b>Border</b> check box and double click on the colored field near it.<br>
31   
32   Appearing <b>Select color</b> dialog box looks like:
33   
34   \image html select_color.png "Select color dialog box"
35   
36   Example:
37   
38   \image html color_example.png "Color example"
39   
40   <a href="index.html"><b>Back to Main page.</b></a>
41   
42   
43 */