An alpha channel determines the transparency of an image or view. Lower values are more transparent, and higher values are more opaque
-1
votes
1answer
24 views
Does SFML support transparency?
Hi I am trying to draw a translucent sphere using OpenGL / glut;
Easiest thing I think is to post the code: This is what I have at the moment;
glutInit(&argc, argv);
sf::ContextSettings ...
0
votes
1answer
18 views
iOS - Interface Builder - subviews not inheriting superview alpha
In Interface Builder, I have laid a UIView on the the main view of a ViewController.
On that UIView I have added a number of elements so that when I reduce the alpha of that view to 0,
all of the ...
0
votes
0answers
13 views
How to set background alpha for fxg in swf?
I loaded my fxg file from swf in my project.
It's how i did this:
var loader:SWFLoader =new SWFLoader();
loader.load("output.swf");
map.graphic.addElement(loader);
Background in fxg ...
-2
votes
0answers
40 views
why the alpha parameter of ggplot2's geom_smooth() function doesn't control the line's transparency
I want to change the line's transparency with the alpha parameter, but just change the se shade. how can i modify my r code to fix this.
geom_smooth(se=F,alpha=.1)
0
votes
0answers
72 views
Is it possible to add Alpha Channel to Background Color using jQuery/JS
I have a jQuery function that adds an Alpha channel to a background-color when an event occur.
Here is my jsFiddle.
CSS
div { background-color: rgb(100,100,100); }
jQuery
function ...
0
votes
1answer
25 views
Hover with Image Alpha Array
I need a row of links, where each is in a parallelogram shaped box.
I'm using Divs by the way.
I need each box to be alternately black/white.
I want each box to have a unique hover colour.
<div ...
0
votes
0answers
8 views
Alpha mask partiel nsimageview
I have an NSImageview, which I need to reveal in parts as the users does an action. I was thinking that I could use an alpha mask to accomplish this, however I can't seem to figure out how to use it ...
0
votes
0answers
21 views
DirectFB blending issue
Here is the blending equation I am trying to achieve. From what I have seen, I don't think it is possible, but the DirectFB docs don't cover this area very clearly, so I may be missing something. ...
1
vote
1answer
42 views
OpenGL/Android big sprite quads bad performance
I am developping a game on android using opengl and am having a little performance problem.
Let's say for example I want to draw a background partially filled with grass "bushes". Bushes have ...
0
votes
0answers
11 views
how to change the alpha of a groundoverlay in goolge maps ios sdk?
i added a groundoverlay to a mapview,and i found thoese ways to change the alpha of groundoverlay.icon.
How to set the opacity/alpha of a UIImage?
but it seems has no affect in the app,i still can not ...
0
votes
0answers
29 views
GridView update bad
I have a problem with Gridview. I'm making a game in which each image has an id. For level 1 I have put 20 photos (from 0 to 19 that match the id of the Gridview). For level 2, most 20 to the GridView ...
0
votes
0answers
20 views
How can I use AlphaAnimation on a bitmap pre API 11
This link shows how to use AlphaAnimation on a View pre API 11.
What I have to animate now works with API 11 and above.
ObjectAnimator fader = ObjectAnimator.ofInt(paint1,"alpha", 250, 00);
...
0
votes
1answer
25 views
How to change button alpha without affecting its text in Android
I want to change alpha value of a button.
I know in xml I need to write this property:
android:alpha="0.7"
and its working.
But with changing alpha of button its text alpha is also getting ...
1
vote
0answers
42 views
What is the bit depth of the alpha channel in CSS3 colors?
Inspired by this question, I realized I haven't been able to find a clear answer to what the bit depth of the a part of rgba and hsla in CSS3 colors actually is. I've hunted through various W3C ...
0
votes
1answer
30 views
WindowManager.LayoutParams alpha issue
In my app, I have a service in which I create a view that I display by using WindowManger :
mFilter = new View(this);
...
-2
votes
1answer
44 views
How to do a “Filing cabinet” sort on alphanumeric strings [closed]
Is there a simple way to do a "Filing cabinet" sort of strings containing both alpha and numeric characters?
I.e. a list such as:
[aa2, ab2, bb1, bc1, ab3, aa3, ba2, ba1, aa1, ac1, bb2, bb3, ...
0
votes
1answer
36 views
Change UIImageView alpha state on tap
Wish to change UIimageview alpha with tap gesture, for example:
Tap - change alpha to 0.5f
Tap again - alpha back to 1 state
Is it possible?
1
vote
0answers
24 views
How to display video with alpha channel
I have a huge videofile (800x1095 pixels, 200frames) that i need to show on top of the background of my application.
I can't figur out how to use a video with an alpha channel in android... or if it ...
0
votes
1answer
91 views
C# Pixel by Pixel Color Conversion WriteableBitmap => PNG Black only to Color with Transparency
I am working on a silverlight application, where all my icons are PNGs.
The color of all these icons is black, or rather black to gray, depending on the alpha value. Every PNG has a transparent ...
0
votes
1answer
90 views
Transparent Gradient Reflection - VB.NET?
I'd like to know how to go about adding an upside down gradient reflection, similar to this:
I would theorize first reflecting a bitmap to be upside down. Then, in Photoshop, I would add an alpha ...
0
votes
1answer
26 views
how would i set this app up to accept localized currency and output to that currency
Hi I'm trying to set up localization to my app, it currently recieves strings from a textbox, and converts them to a double. Then it proceeds to do a calculation and output that as a string onto the ...
0
votes
0answers
15 views
Fading ListView when keyboard is shown
In the Gtalk application, when the user taps on the EditText field and the keyboard slides up, it appears as if the ListView holding the chat transcript fades out and when the soft keyboard is fully ...
1
vote
1answer
74 views
PHP Captcha-generator does not generate transparent PNG. Why?
I have set imagealphablending on every image I create, still there is a black background. What could be the problem?
$systemSettings = array(
'captcha' => array(
'colors' => ...
0
votes
2answers
65 views
iPhone UIColor getrgb strange alpha value
I am trying to get RGB, alpha value from UIColor variable.
currentColor = [[UIColor alloc]init];
currentColor = [UIColor blackColor];
CGFloat red, green, blue, alpha;
[currentColor getRed: ...
0
votes
1answer
41 views
Qt + gif + alpha
How to make a transparent background in QLabel with QMovie? Gif already has set transparency.
I need to do something like KamikadzeCat or Felix. It's cats, that do something on Homescreen. I tried to ...
0
votes
2answers
26 views
Color-keying image not working in PHP
The input image has a magenta background.
The outputted image always has a black background.
Both attempts give same results. I want it to be alpha background, not black background.
Attempt #1:
...
0
votes
1answer
61 views
Is it possible to combine/layer images using UIImageView and still keep their transparency?
I'm trying to combine some greyscale images with different alphas to create a layered affect. I'm loading images into a UIImageView and on screen it looks as expected. However, when I save the ...
0
votes
1answer
63 views
Getting EaselJS AlphaMaskFilter to work
I am stumped. I can't get EaselJS' AlphaMaskFilter to work. I don't think I'm doing anything wrong but it doesn't show what I'm expecting. It should look like you're pointing a flashlight at a google ...
0
votes
1answer
48 views
0
votes
1answer
56 views
Android - Drawable filter color on alpha channel
I got some Drawables from android resources and I want to change there colors and alpha channel to solid (The images have opacity). I tried to use setFilterColor but its just change the color and the ...
1
vote
2answers
36 views
PNG - preserving transparency
I'm trying to redesign my site so that my original square, tile-based rendering of images can be more of a cutout of the image... to get rid of that grid pattern.
Here's how it looked originally...
...
0
votes
1answer
38 views
no additive transparency for geom_line()?
I noticed when I use geom_line() and render to a pdf, the alpha transparency for lines is not additive (in contrast to geom_point(), which is). Is there anyway to get lines with additive transparency?
...
1
vote
3answers
226 views
C# transparency on textbox
I'm using windows forms in C# and I need to make a textbox's background color transparent. I have a trackbar that goes from 0 to 255 that is supposed to control it, but I'm having some trouble. I ...
0
votes
1answer
50 views
Trackback controls Alpha value for color
I have a textbox which I'm using its backcolor as a color preview, and a trackbar which controls the alpha of that color. I'm using the following code:
private void trackAlpha_ValueChanged(object ...
1
vote
2answers
67 views
iPhone clear UIView alpha at touch location
I want to present an image in a UIView, because I have to customize (void)drawRect:(CGRect)rect. I have to clear the view's alpha where the user "rubs" the screen, so the subview behind this view will ...
1
vote
1answer
80 views
AlphaComposite Transparency with repaint overlaps into black
So I have an image on top of another panel, and that image is transparent so you can see the panel beneath it. What I'm trying to do is use repaint() to fade the image (which is drawn with the ...
0
votes
1answer
62 views
Change alpha of image in java for method drawImage()
I'm trying to change the transparency of an image over time, and I'm doing this with the method drawImage() from java.awt.Graphics. I know there's a lot of different answers online about how to do ...
1
vote
1answer
53 views
Save RGBA image with metadata in iOS
I am working on an iOS application that does some image processing.
The result of the processing is a grey-scale image.
When the process is finished, I want to save the original RGB image together ...
1
vote
1answer
94 views
Android: Set alpha on button on click. Preferably xml only
I want to introduce a 'down' style on some buttons. I've created a style, and a state list.
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item ...
0
votes
0answers
61 views
CALayer, subLayer alpha overriding
I have a CALayer ( superlayer ) with 0.3 opacity property. The superlayer con taints another CALayer(sublayer). Although sublayer does not have a opacity property superLayer's opacity affects ...
0
votes
0answers
41 views
Convert PNG with alpha from GrayscaleMatte to Bilevel
I've got two images with black bits on a transparent background (to be used as a matte) but only one is working in the app (similar to After Effects).
The identify -verbose output is very different, ...
0
votes
1answer
21 views
What is the best way to remove elements on screen in terms of performance, speed, best-practice etc.?
On a number of elements within a feature of my application, they are coming in and out of view (possibly a couple of times in a second)
I would like some advice on whether it is better to remove the ...
0
votes
1answer
21 views
newbie keeps losing alpha values in canvas
I'm probably doing something boneheaded here but I'm having difficulties getting alpha values to cooperate in Canvas. I'm trying to sample an opaque color from a spot on the canvas, make it more ...
2
votes
0answers
67 views
Changing alpha of rgb bit
I am setting alpha of rgb of buffredimage in java.
This code changes alpha value but i can't retrieve the same value after saving the file.
How to overcome this problem.
// ================ Code for ...
0
votes
2answers
171 views
Add a transparent gradient over a solid background
I'm looking for a way to create a modular gradient that could be applied to any number of items by adding it as a LESS mixin.
For example, say you have a flat red button that you want to apply a ...
0
votes
0answers
55 views
AS3, MovieClip's filter code stops Stage Tween
I have Motion Tween at the Stage, which uses object_mc.
Inside this object_mc there is a code which set up bevel filter for it.
When I test the movie, my Tween doesn't work and object_mc stands ...
1
vote
1answer
62 views
How to directly set alpha channel value for matplotlib figure background colour
I've run into an issue with matplotlib. Using this information, I'm able to set both the colour and alpha value for the figure's face. However, matplotlib seems to insist on implicitly blending this ...
1
vote
1answer
64 views
Convert UIImage (containing PNG Image) to NSData, pixels whose alpha = 0 lose their RGB value
So I have a UIImage containing a PNG Image. If I convert that Image to NSData, then convert it back to UIImage, the image is fine BUT any pixel who's alpha was 0 loses it's RGB value. They become ...
0
votes
0answers
34 views
Why is my implementation of alpha drawing so slow and how can I speed it up?
Here is a link to an example of what I'm experiencing (I know that it isn't following all coding conventions, I was just trying to make something that works but exhibits the problem). If you run the ...
1
vote
1answer
120 views
Delphi TImageList PNG alpha renders too dark
I have PNG icons for my Delphi XE3 application toolbar that, when added to a TActionToolbar via a TImageList, the alpha channel renders darker than it should, causing the icons to look bad. I think ...




