]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/appli/ExampleColorBar.bbs
The bbtk folder with the maracasvisu bbtk package was added to the creaMaracasVisu...
[creaMaracasVisu.git] / bbtk / bbs / appli / ExampleColorBar.bbs
1 load wx
2 load std
3 load maracasvisu
4
5 new ColorBar colorB
6 set colorB.Orientation 1
7 set colorB.InW 300
8 set colorB.InH 40
9 set colorB.InMax 350
10 set colorB.InMin 0
11 set colorB.Reds " 255 0 255 10"
12 set colorB.Greens " 220 220 100 0"
13 set colorB.Blues " 0 15 0 255"
14 set colorB.Values " 30 110 200 250"
15
16 #message All 9
17
18 exec colorB