I have a sprite that I\'m using for rounded corners.The left corner sits on top of a gradient background, but the right corner sits on a white background.I don\'t want to have to put the images on the
As I\'m bringing in images into my program, I want to determine if: they have an alpha-channel if that alpha-channel is used
I am trying to take a rectangular png and add depth using GD by duplicating the 开发者_StackOverflow社区background and moving it down 1 pixel and right 1 pixel.I am trying to preserve a transparent ba
I\'m very new to C# and I\'ve run into a problem and haven\'t been able to solve it.I have a row of buttons that have .png images assigned to them.The images are in .png format to allow transparency,
When setting an object\'s transparency on in Java3D, I cant see the other objects through that object but I can\'t see this very object geometry through it. Is that possible ?
IE6: when I place a partially transparent image in a div, the radio buttons in that div that overlap the non-transparent pixels of the image become unclickable. Example:
I am using a vertical layout (QVBoxLayout) to manage buttons. I would like to make its background c开发者_StackOverflowolor as 50% black transparent. Is it possible ?
I am attempting to create an opaque JWindow with antialiased rounded corners. In doing so, I call the method:
I was wondering why the fog i use in opengl es on my android phone isn\'t transparent when i set the colors alpha to 0. I set the background to transparent and it works fine and the Color class or the
I am trying to create an effect similar to the Lights out /lights dim feature in Adobe Lightroom (http://www.youtube.com/watch?v=87hNd3vaENE) except in WPF.