0029528: Visualization, TKOpenGl - allow defining sRGB textures
[occt.git] / tests / bugs / vis / bug28813
1 puts "========"
2 puts "OCC28813"
3 puts "========"
4 puts ""
5 #######################################################################
6 # Visualization, AIS_ColorScale - color scale title invalid placement
7 #######################################################################
8
9 vinit
10
11 set anImage1 $imagedir/${casename}_1.png
12 set anImage2 $imagedir/${casename}_2.png
13 set anImage3 $imagedir/${casename}_3.png
14 set anImage4 $imagedir/${casename}_4.png
15 set anImage5 $imagedir/${casename}_5.png
16 set anImage6 $imagedir/${casename}_6.png
17 set anImage7 $imagedir/${casename}_7.png
18 set anImage8 $imagedir/${casename}_8.png
19
20
21 vcolorscale cs -demo -title Test
22 vdump $anImage1
23
24 vcolorscale cs -xy 10 20
25 vdump $anImage2
26
27 vcolorscale cs -height 150
28 vdump $anImage3
29
30 vcolorscale cs -height 250
31 vdump $anImage4
32
33 vcolorscale cs -xy 10 100
34 vdump $anImage5
35
36 vcolorscale cs -xy 10 150
37 vdump $anImage6
38
39 vcolorscale cs -height 150
40 vdump $anImage7
41
42 vcolorscale cs -height 250
43 vdump $anImage8