phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/inc class.gdimage.inc.php,1.2,1.3


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] phpgwapi/inc class.gdimage.inc.php,1.2,1.3
Date: Thu, 06 Nov 2003 17:20:47 +0000

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv6929

Modified Files:
        class.gdimage.inc.php 
Log Message:
update

Index: class.gdimage.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.gdimage.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** class.gdimage.inc.php       29 Sep 2003 14:56:24 -0000      1.2
--- class.gdimage.inc.php       6 Nov 2003 17:20:45 -0000       1.3
***************
*** 148,152 ****
                }
  
!               function SetColor($r, $g, $b)
                {
                        $key = "$r,$g,$b";
--- 148,152 ----
                }
  
!               function SetColor($r, $g, $b, $set_transparent=False)
                {
                        $key = "$r,$g,$b";
***************
*** 161,164 ****
--- 161,168 ----
                        }
  
+                       if ($set_transparent)
+                       {
+                               
ImageColorTransparent($this->hImage,$this->hColor);
+                       }
                        return true;
                }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]