Re: [E-devel] Obscuring objects in smart objects

2009-12-02 Thread Mikael Liljeroth
Thanks for all the answers. The way I solved it was to add a normal rectangle with the blend op just below the copy rectangle with the same size and with alpha=255. /Mikael On Wed, Dec 2, 2009 at 7:13 AM, Jose Gonzalez wrote: > Carsten wrote: > > On Tue, 1 Dec 2009 05:20:22 -0800 Mikael Lilje

Re: [E-devel] Obscuring objects in smart objects

2009-12-01 Thread Jose Gonzalez
Carsten wrote: > On Tue, 1 Dec 2009 05:20:22 -0800 Mikael Liljeroth > > said: > > >> Ok. The reason for the copy op is that I want an area of the output >> with a particular color and alpha value since I'm blending the entire output >> later on with other graphics (not using evas), like a

Re: [E-devel] Obscuring objects in smart objects

2009-12-01 Thread The Rasterman
On Tue, 1 Dec 2009 05:20:22 -0800 Mikael Liljeroth said: > Ok. The reason for the copy op is that I want an area of the output > with a particular color and alpha value since I'm blending the entire output > later on with other graphics (not using evas), like a cutout effect. > Therefore > I do n

Re: [E-devel] Obscuring objects in smart objects

2009-12-01 Thread Mikael Liljeroth
Ok. The reason for the copy op is that I want an area of the output with a particular color and alpha value since I'm blending the entire output later on with other graphics (not using evas), like a cutout effect. Therefore I do not want to render things behind the cutout rectangle. Is this possibl

Re: [E-devel] Obscuring objects in smart objects

2009-12-01 Thread The Rasterman
On Tue, 1 Dec 2009 00:59:36 -0800 Mikael Liljeroth said: > Hi, does the 'obscuring objects'-thing work with smart objects? > When I have an opaque rectangle in a smart object (render copy op) > objects behind it are still rendered. I have a rather old snapshot of efl > from 2008 > so maybe this h

[E-devel] Obscuring objects in smart objects

2009-12-01 Thread Mikael Liljeroth
Hi, does the 'obscuring objects'-thing work with smart objects? When I have an opaque rectangle in a smart object (render copy op) objects behind it are still rendered. I have a rather old snapshot of efl from 2008 so maybe this has been fixed in a later revision? /Mikael -