google-code-export / tatami

Automatically exported from code.google.com/p/tatami
1 stars 1 forks source link

Feature Request: Add gradual transparency for ImageGfx #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
pleas add a function to ImageGfx like

setOpaque(int level) or setTransparency(int level)
(100 = full)
(0 = solid)

Original issue reported on code.google.com by metrospi...@gmail.com on 19 Apr 2008 at 8:19

GoogleCodeExporter commented 9 years ago

Original comment by rdunk...@gmail.com on 19 Dec 2008 at 9:23

GoogleCodeExporter commented 9 years ago
The dojox.gfx.shape.Image doesn't have a method to set opacity. The fill 
properties
are ignored for dojox.gfx.shape.Image object. 

But, we added a setOpacity(int level) method to the GraphicObject class. The 
level is
a value between 0-100 (100 means no transparency). This method will be 
available in
the next release of Tatami. 

Original comment by vgrass...@gmail.com on 6 Jan 2009 at 5:51