Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/bin


Modified Files:
        evas_test_main.c 


Log Message:


fix color multiply whiel blend (ergh! need temporary image! yuk!)

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/bin/evas_test_main.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- evas_test_main.c    13 Jan 2006 04:18:43 -0000      1.29
+++ evas_test_main.c    16 Apr 2006 17:04:36 -0000      1.30
@@ -184,8 +184,9 @@
        evas_object_move(panel_clip, 0, win_h - 240);
        evas_object_move(panel_top, 0, win_h - 240 - 10);
        evas_object_move(panel_shadow, 0, win_h - 240);
-       evas_object_color_set(evas_logo, 255, 255, 255,
-                             (int)(255 * (((6.0) - t) / 4.0)));
+       evas_object_color_set(evas_logo, 255, 255, 255, 
+                             (int)(255 * (((6.0) - t) / 4.0))
+                             );
      }
    else if (t <= 26.0)
      {




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to