transparency

png transparency registering touch event iphone?

I have three png's "320 x 480px" that I am loading into separate UIImageViews. The png's names are body, mouth, hat. By stacking the images on top of each other I create a character whose body parts can be swapped out easily. See photo> http://www.1976inc.com/dev/iphone/beast.jpg My Problem is that when you touch the top most UIIm...

Cufon is messing up my transparent PNG backgrounds.

I have a few divs with a repeating background PNG (that as an alpha channel set to ~50% opacity); the purpose is to give a white transparent background to the divs. The divs render great in all current browsers. But when I call my Cufon code to replace certain text on the screen, the backgrounds seem to fade out in a gradient fashion fro...

PHP+GD: imagecopymerge not retaining PNG transparencies

I have two PNG files, "red.png" and "blue.png"; they are both mostly transparent, but there is a few pixels of red or blue splotches in various places. I want to make a PHP script that merges the two; it should be as simple as something like: $original = getPNG('red.png'); $overlay = getPNG('blue.png'); imagecopymerge($original, $over...

How to change transparency of X11 window under Mac OS X (Xquartz)?

XChangeProperty() with atom named _NET_WM_WINDOW_OPACITY returns BadRequest error code... ...

Transparency of png files in IE

I have it set up in css to have the background an image slightly bigger than the content section so as to have a shadow behind it that repeats in the y direction but in IE it doesn't show the transparency. I have used google to try to solve this problem with no luck having done the image in css. CSS: #shadow{ width:854; margin-left:au...

iPhone Cocos2D CCColorLayers

Hello, I am currently building a simple game in cocos2d. I wish to have a CCColorLayer which has a transparent background, but has visible children CCSprites. Is this possible, and if so how? Many Thanks, nonono ...

DropShadow for WPF Borderless Window

I have a WPF Window with WindowStyle set to none. Is there some way I can force this window to drop a shadow (like the one you get when WindowStyle is not none)? I don't want to set AllowTransparency to true, because it affects the performance. And I also don't want to disable hardware rendering (I read somewhere that transparency perfor...

C# - Winforms Transparency Issue (i going crazy with it)

i will show you an image below but before that... if you have seen yahoo widgets or cartoony/themed windows media player skins.. i am building a titlebar less... background less... application... its looks like this the darker background you see is actually my wallpaper cuz this is a screen shot... to attain this.. the shape of b...

Convert transparent png in color to single color

I am working with Bitmap C# and wondering how to convert a color png image to only one color. I want all the visible colors in the image to become white. The parts that are transparent should remain transparent. I am going to display these agains a grey background. ...

How to disable click through on transparent control?

We have a mapping form in our application that needs a Google Earth background image, and as you can't use the Google Earth plugin in a browser that is under a panel, we use a second form to show the background image. We have a transparent panel on the mapping form that the drawing is done on while Google Earth is drawn on a form held in...

Having trouble with Tkinter transparency

I'm having problems making a top level widget fade in, in TKinter. For some reason the widget doesn't fade in at all, then it will show up in the taskbar, but only after clicking the button that runs this command twice (it's not supposed to be in the taskbar). The code responsible for these problems. Alpha = 0.0 w1.attributes(...

Android API Demos 8 Translucent the class is TranslucentActivity.java doesn't do anything.

TranslucentActivity.java doesn't do anything. There is no translucence, nothing special about it. It just shows an activity screen. ...

How to apply overlay transparency to RGBA image

Hi all, Here's my dilemma: I have to RGBA RAW images: a master image (the first) and a subtitle track (the second), and I want to overlay them in a way based on the alpha channel of the second image: If it's zero, then take the pixels from the second image, if it's 0xFF take the pixels from the first image, otherwise create an overlay o...

Flash transparent JPEG through Flex

In Flash, via the authoring environment, you can put bitmaps in your movie that are compressed with JPEG but still support full alpha transparency, something JPEG does not support out-of-the-box. Is there a way to achieve the same when embedding bitmaps via the Flex [Embed] tag? ...

How can I remove the "blur" effect that Cocoa adds to transparent sheets?

By default, Cocoa adds a background blur effect to transparent and semitransparent modal sheets when they are applied to a window. I would like to disable the blur effect. How would I go about doing it? I have created a custom sheet (a subclass of NSWindow with a transparent background and some controls in it). I am able to display it u...

Using Supersleight plugin creates border and broken image X mark in IE6

Hi All, I've already asked this question on the guy's blog who created this plugin but not gotten an answer yet. I am using the supersleight.plugin.js plugin to sort out the transparency issue in IE6. It's working just great but I seem to have an issue if I have an image AND a background image which are both transparent PNG24 images in...

How do I create an outline of an image (with transparencies) in a UIImage

Hi! I'm making a game where you can select some NPC's each NPC is an UIImage, and the png that is inserted in that component has transparencies, what I want to do is create an outline of a different color (say blue) of that NPC when it's selected. Thanks in advance!! (By the way I'm a newbie so, if you can post examples even better!!) ...

Exporting an Image from a WinForms application to PowerPoint with transparency

I've been having trouble pasting an image from my application into PowerPoint, while preserving transparency. I have an image stored as a System.Drawing.Graphics type which I then convert to a System.Drawing.Bitmap type and copy to the clipboard. During this process I also use Bitmap.MakeTransparent(Color.Black) so that everything in the...

Can anybody please help me to know how to get translucent scrollbar in android where the underlying text can be seen through the scrollbar?

Please refer below for sample. http://www.spiegel.de/fotostrecke/fotostrecke-34358-7.html#backToArticle=572913 ...

wpf transparency

I am using a ListBox with a DataTemplate to create the below map legend. I would like to get the ListBox to have a transparent background (where it is now white) and the ListItems to retain their existing white background. The two legends would then appear to float with a transparent gap between. I have tried setting the ListBox backgro...