Hi leofields,
You can use a semi-transparent color as the fill color of the symbols to make them
transparent. For example, in Java/C#/C++, instead of using 0xff0000 for the red color, you
can use 0x7fff0000 for the semi-transparent red color. The leading 7f is the transparency
level. A value of 0 means non-transparency. A value of 7f is semi-transparent. A value of d0
is very transparent.
Hope this can help.
Regards
Peter Kwan |