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",
}
]
}