Tim,
I have never used ImageCanvas.setDisplayList(), but I have written
multiple colors to a non-destructive graphic overlay. I create a
custom canvas and draw to that.
I guess that means it's possible.
duane
On Sep 27, 2007, at 6:32 AM, Tim de Wit wrote:
> hi,
>
> i was wondering whether it's possible to use two different colors
> in a non-
> destructive graphic overlay. I tried to use
> ImageCanvas.setDisplayList()
> but it only allows you to use one color at a time. If i call
> setDisplayList
> () twice, the first overlay is automatically erased.
>
> thanks,
>
> Tim de Wit