> Could you explain that in simpler words :)
> I really missed all that talk about "premul" colors, and the
> only thing i know about those is what google told me
> (each r,g,b is stored already multiplied by the a). So if you
> can, can you explain to me in a few words what's so special
> about
> > > ...
> > > ...
> >
> > The file "edje_etk.c" has several lines where there is
> > code like: evas_object_color_set(o, 255, 255, 255, 0);
> >
> > Are you *certain* that you want things like that?
> > (as opposed to perhaps evas_object_color_set(o, 0, 0, 0, 0))
> >
> >jose.
> >
> Enlightenment CVS committal
>
> author : urandom
> Project : e17
> Module : proto
>
> Dir : e17/proto/edje_viewer/src/bin
>
The file "edje_etk.c" has several lines where there is
code like: evas_object_color_set(o, 255, 255, 255, 0);
Are you *certain* that you want t
В нд, 2006-07-02 в 13:20 -0500, [EMAIL PROTECTED] написа:
> On Sun, Jul 02, 2006 at 05:15:03PM -0400, Enlightenment CVS wrote:
> > Enlightenment CVS committal
> >
> > Author : urandom
> > Project : e17
> > Module : proto
> >
> > Dir : e17/proto/edje_viewer/src/bin
> >
> >
> > Modified Fil
On Sun, Jul 02, 2006 at 05:15:03PM -0400, Enlightenment CVS wrote:
> Enlightenment CVS committal
>
> Author : urandom
> Project : e17
> Module : proto
>
> Dir : e17/proto/edje_viewer/src/bin
>
>
> Modified Files:
> Makefile.am edje_etk.c edje_viewer.h etk_gui.c etk_gui.h
> ma