Hi friends,


I am using stacking class to show data in three different planes.
[Stiil plane at backside, graphics in middle, and subtitle at top]

[3 windows with different stacking class status]. But  after setting the
opacity of top plane to zero[transparent ], the middle layer is not
visible clearly.

[we can see the middle layer. But it is in a faded manner]



I am using DirectFB 1.45 Version



Plz help me. Thanks in advance

Jaison steephen









Informative code:





if(plane==DFB_PLANE_VIDEO_C2)   //still plane

         stacking_class=DWSC_LOWER

else if(plane==DFB_PLANE_OSD)    //subtitle plane

         stacking_class= DWSC_UPPER

else                       //graphics

        stacking_class= DWSC_MIDDLE



window->SetOpacity( window, 0xf0 );

window->SetColor( window, 0xab,0xab,0xab,0xff );








Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email. 

www.wipro.com
_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to