0027567: VIS - possible memory leaks due to use of plain pointers: Fix also the VIS...
[occt.git] / tests / v3d / ivtk / bgcolor
CommitLineData
52f99d93 1puts "============"
2puts "bgcolor"
3puts "============"
4puts ""
5#######################################################
6# Tests changing of background color in the IVtk view
7#######################################################
8
9set anImage1 $imagedir/${casename}_1.png
10set anImage2 $imagedir/${casename}_2.png
11
12ivtkinit
13ivtkbgcolor 200 220 250
14ivtkdump $anImage1
15
16ivtkbgcolor 10 30 80 255 255 255
17ivtkdump $anImage2
18