From: <ba...@us...> - 2009-09-03 21:43:58
|
Revision: 56 http://scrupp.svn.sourceforge.net/scrupp/?rev=56&view=rev Author: basique Date: 2009-09-03 21:43:48 +0000 (Thu, 03 Sep 2009) Log Message: ----------- - new functions: img:setColor(r,g,b) r,g,b = img:getColor() img:clearColor() img:setRect(x,y,w,h) x,y,w,h = img:getRect() img:clearRect() The color and the coordinates of the area of the image which should be rendered belong to the image state now. Modified Paths: -------------- trunk/src/Graphics.c trunk/src/Graphics.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |