]> Creatis software - creaMaracasVisu.git/blobdiff - 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
diff --git a/bbtk/bbs/appli/ExampleColorBar.bbs b/bbtk/bbs/appli/ExampleColorBar.bbs
new file mode 100644 (file)
index 0000000..8794a2f
--- /dev/null
@@ -0,0 +1,18 @@
+load wx
+load std
+load maracasvisu
+
+new ColorBar colorB
+set colorB.Orientation 1
+set colorB.InW 300
+set colorB.InH 40
+set colorB.InMax 350
+set colorB.InMin 0
+set colorB.Reds " 255 0 255 10"
+set colorB.Greens " 220 220 100 0"
+set colorB.Blues " 0 15 0 255"
+set colorB.Values " 30 110 200 250"
+
+#message All 9
+
+exec colorB
\ No newline at end of file