X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fbbs%2Fappli%2FExampleColorBar.bbs;fp=bbtk%2Fbbs%2Fappli%2FExampleColorBar.bbs;h=8794a2f9e0bdb40983f9a52f28890c8ec37bbf5b;hb=44e4be7013ea566bd2bdefb9d48e1da0071c3d91;hp=0000000000000000000000000000000000000000;hpb=0db30daeff1ddf74d39313a91fce7e475bba62e4;p=creaMaracasVisu.git diff --git a/bbtk/bbs/appli/ExampleColorBar.bbs b/bbtk/bbs/appli/ExampleColorBar.bbs new file mode 100644 index 0000000..8794a2f --- /dev/null +++ b/bbtk/bbs/appli/ExampleColorBar.bbs @@ -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