translucency

Translucent Databases

Hi, I am building an application with health information inside. This application will be consumer-facing with is new for me. I would like a method to put privacy concerns completely at ease. As I review methods for securing sensitive data in publicly accessible databases I have frequently come across the notion of database translu...

How to create a translucent button in iphone?

I am new to iphone development.I want to create a translucent button with the text "exit".How can i create it? Thanks. ...

How to create a translucid/alpha-transparent rectangle using wxpython?

Hello, I have a wx.panel and I want to put a translucid rectangle on a part of it. How can I do that using wxpython? Thanks in advance :) ...

OpenGL translucent texture over other texture

I got a 2 png images, being used as textures in a Qt/C++ 2D OpenGL application. The first is used as some kind of "middle" ground and the second is used as an "object" being rendered "ontop" (Note: they all have the same z-value atm, I get the desired behaviour be rendering it in a defined order). The "object"-texture is partly transluce...

How do I make d3d use my vertex alpha values?

I'm trying to render a textured quad in d3d, and its not using the alpha values of the VERTICES of the quad the texture is being rendered to. Rather it is using the alpha of the TEXTURE. I want d3d to use the alpha of the VERTICES of the polygon it is placed upon. I have an idea it has to do with SetTextureStageState, but I can't quit...

Android:To have a transluscent background for an android activity?

Hi, I wish to have a transluscent background for an activity, so that the previous activity can be seen beneath this activity. Something like a transluscent menu that pops up over a videa being played in the background. Is this possible? Can you tell me how? Note:I cannot use the default transluscent theme from android, since I am usi...