Hello,
I have an application that is going to use 2 framebuffers (fb). FB0 will have a video and FB1 will be a Qt application. In one mode of operation I want the video to show with normal brightness, but the application will be displaying a top status bar that I want to be completely opaque. A second more of operation involves dimming the entire video and only display the application contents at full brightness.
I've got the second mode figured out with a combination of Alpha Blend/Transparency values with the 2 FB's. What I'm struggling with is how to accomplish the first in that I only want a small portion on top to be opaque while the rest of the FB1 is fully transparent allowing the video to show through.
The transparency keying and alpha blending stuff could use a bit more explanation and more sample code on the Wiki pages, so any thoughts/pointers would be appreciated.
~ Ashwin