Dont set its opacity ? Sorry I dont quite follow...

  == Matthew

On Wed, 2008-04-23 at 17:23 -0500, Malluru, Puri wrote:
> Hi
> 
> I am loading a screen from a json file like the one attached at the
> end of this email. When the object “nearvideo” gets loaded into a
> stage whose background was set to black, the image “nearvideo.jpg” is
> getting alpha blended with the background color and shown.
> 
> What to do to make it look as is without alpha blending with
> background color?
> 
>  
> 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 
>               {
> 
>                   "id" : "videobox",
> 
>                   "type" : "ClutterGroup",
> 
>                   "x" : 50, "y" : 50,
> 
>                   "children" : [
> 
>                               {
> 
>                                     "id" : "nearvideo",
> 
>                                     "type" : "ClutterTexture",
> 
>                                     "x" : 2, "y" : 2, "width" : 396,
> "height" : 396,
> 
>                                     "opacity" : 100,
> 
>                                     "visible" : true,
> 
>                                     "pixbuf" : "nearvideo.jpg",
> 
>                           }                       
> 
>                   ]
> 
>    }
> 
>  
> 
> 

-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to