puts "============"
puts "bgcolor"
puts "============"
puts ""
#######################################################
#  Tests changing of background color in the IVtk view
#######################################################

set anImage1 $imagedir/${casename}_1.png
set anImage2 $imagedir/${casename}_2.png

ivtkinit
ivtkbgcolor 200 220 250
ivtkdump $anImage1

ivtkbgcolor 10 30 80 255 255 255
ivtkdump $anImage2

