Tagged Questions
The gradient tag has no wiki summary.
72
votes
5answers
28k views
Is it possible to combine a background image and CSS3 gradients?
I want to use CSS3 gradients for my background color and then apply a background-image to apply some sort of light transparent texture. Is this possible?
58
votes
8answers
14k views
IE9 Border-radius and Background Gradient Bleeding
I've seen a lot of info about being able to use rounded corners in ie9 using the CSS3 standard definition of border-radius. Kudos to ie9 for joining the party :) but lets not get to excited.
What ...
55
votes
7answers
58k views
Gradients on UIView and UILabels On iPhone
My application needs to display text in either a View or Label but the back ground must be a gradient as opposed to a true color. Using a graphics program to create desired look is no good as the text ...
43
votes
8answers
26k views
CSS3 gradient background set on body doesn't stretch but instead repeats?
ok say the content inside the <body> totals 300px high.
If I set the background of my <body> using -webkit-gradient or -moz-linear-gradient
Then I maximize my window (or just make it ...
27
votes
4answers
27k views
Android: Using linear gradient as background looks banded
I'm trying to apply a linear gradient to my ListView.
This is the content of my drawable xml:
<?xml version="1.0" encoding="utf-8"?>
<shape ...
23
votes
10answers
19k views
Gradients in Internet Explorer 9
Does anyone know the vendor prefix for gradients within IE9 or are we still supposed to still be using their proprietry filters?
What I've got for the other browsers is:
background-image: ...
20
votes
6answers
35k views
CSS3 Gradient Borders
I'm trying to apply a gradient to a border, I thought it was as simple as doing this:
border-color: -moz-linear-gradient(top, #555555, #111111);
This does not work, does anyone know what the ...
19
votes
2answers
6k views
Multi-gradient shapes
I'd like to create a shape that's like the following image:
Notice the top half gradients from color 1 to color 2, but theres a bottom half that gradients from color 3 to color 4. I know how to ...
12
votes
3answers
329 views
Is this a bug with CSS3: Rounded corners with CSS3 gradient
I'm running into an issue where the border of an outer div with rounded-corners is getting cut-off by an inner element with a CSS3 gradiet. Is this a bug with CSS3 - if so, I'll happily submit a ...
11
votes
7answers
9k views
How can you create a CSS3 gradient in Opera?
I can create CSS gradients in IE6/7/8/9/FF3.6+ and Chrome (see below).
My question is:
How would one create a gradient in Opera?
.gradient{
/*Mozilla Firefox 3.6*/
...
11
votes
2answers
1k views
Is there an “official”/standard CSS3 gradient syntax?
I know there is -webkit-gradient and -moz-linear-gradient. But what is the standard way of defining a gradient?
Like there is: -webkit-border-radius and -moz-border-radius and the standard is meant ...
9
votes
3answers
2k views
Can you create gradients that fade to opacity using CSS or JavaScript?
WebKit has introduced the ability to create CSS gradients. For example, with the following code:
-webkit-gradient(linear, left top, left bottom, from(#fff), to(#000));
However, is it possible to ...
9
votes
1answer
3k views
Applying a background color to an entire Grid row in XAML Silverlight
I'm trying to apply a gradient background to just one row in a XAML Silverlight grid that I've created.
I can do something like this without any trouble:
<Grid>
<Grid.Background>
...
9
votes
3answers
1k views
smooth gradient on different devices
In my app i have gradient as drawable which i am using as background and i wan't it to make it look as smooth as possible. After googling and trying by myself i came up with the following. On nexus ...
9
votes
3answers
310 views
What would cause this behavior in only one person's IE8?
Stack Overflow won't let me post my whole question because I'm an untrusted new user, so if you're interested in this question please visit
http://doctype.com/would-cause-behavior-only-one-persons-ie8
...
8
votes
4answers
218 views
Suggestions for creating an img from android xml drawable
I have a gradient I really like but I created it using XML drawable:
<gradient
android:startColor="#DD181C18"
android:endColor="#809C7D5A"
android:angle="90"/>
What would be an ...
8
votes
3answers
221 views
CSS Gradients… opinions?
I've been designing website for a long time just using images for gradients, for small gradients this seems to work fine and not add much loading time, but right now with so much fragmentation with ...
8
votes
3answers
2k views
CSS3 animation with gradients
Is there really no way to animate a gradient-background with CSS?
something like:
@-webkit-keyframes pulse {
0% {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, ...
8
votes
2answers
9k views
Circular gradient in android
Im trying to make a gradient that emits from the middle of the screen in white, and turns to black as it moves toward the edges of the screen.
As I make a "normal" gradient like this, I have been ...
8
votes
3answers
2k views
How do I get a rainbow color gradient in C#?
I'd like to have an enumeration of Colors based on the rainbow colors (red... yellow... green... blue...).
I see basically two ways to do that:
Create a lookup table containing some important ...
8
votes
2answers
2k views
How can I draw a “soft” line in WPF (presumably using a LinearGradientBrush)?
I'm trying to draw a line with soft edges, regardless of the slope.
Here's the code I have so far:
<Line HorizontalAlignment="Stretch" VerticalAlignment="Center"
Stretch="Uniform" ...
8
votes
1answer
872 views
Creating a gradient fill in a PDF file using reportlab
Is it possible to create a gradient fill in a PDF using ReportLab (python)?
7
votes
3answers
950 views
How to implement alpha gradient on a image?
I want to implement alpha gradient on an image. From 0.5 alfa on top of the image to 0.0 on bottom.
Any advice, tutorial, link is welcome.
7
votes
4answers
982 views
OpenGL: How to render perfect rectangular gradient?
I can render triangular gradient with simply just one triangle and using glColor for each corner.
But how to render perfect rectangular gradient? I tried with one quad, but the middle will get ugly ...
7
votes
2answers
536 views
Simulating color stops in gradients for IE
I want to give a div a gradient with multiple color-stops, which IE's filter property does not support. Anyone have a creative workaround to simulate the color stops in IE?
I already thought of ...
7
votes
3answers
10k views
How to draw a gradient line (fading in/out) with Core Graphics/iPhone?
I know how to draw a simple line:
CGContextSetRGBStrokeColor(context, 1.0, 1.0, 1.0, 1.0);
CGContextMoveToPoint(context, x, y);
CGContextAddLineToPoint(context, x2, y2);
CGContextStrokePath(context);
...
6
votes
2answers
88 views
css text gradient
I've had alittle look around and can't find anything about this.
If i have a paragraph of text, is there a way, maybe with CSS3 to gradually change the colour of the text as it goes down to the ...
6
votes
2answers
222 views
Fastest way to calculate colors for a gradient?
I'm making a small collection of types/functions related to gradients for future use. I would like to make sure there's at least two procedures: ColorBetween and ColorsBetween. I may want to just get ...
6
votes
3answers
511 views
Diagonal Gradient in IE
Is there a way to have a diagonal gradient in IE? In Chrome I could do something like this:
body{
background-image:-webkit-gradient(
linear,
left top,
right bottom,
...
6
votes
5answers
5k views
IE8 gradient filter not working if a background color exists
I'm trying to use the following CSS styles. They are working on most browsers, including ie7. However in ie8, the transparent background does not show and instead I get the background color which I ...
6
votes
2answers
2k views
Compile error trying to use CAGradientLayer
I'm trying to use CAGradientLayer and getting an unhelpful compile error. Can't figure out whats wrong. All I'm doing so far is:
CAGradientLayer *gradient = [CAGradientLayer layer];
I've imported ...
6
votes
1answer
6k views
How to draw a smooth/dithered gradient on a canvas in Android
Several answers mention to use GradientDrawable.setDither(true) to draw smooth gradients in Android. That has no effect in my code. Any idea what I have to change to get a well looking gradient in my ...
6
votes
2answers
3k views
How do I calculate a four colour gradient?
If I have four colours (A, B, C & D) on four corners of a square and I want to fill that square with a gradient that blends nicely between the four colours how would I calculate the colour of the ...
6
votes
2answers
4k views
How to create gradient object with Raphael
I was trying to use Raphael JS graphics library. I would like to use the attribute gradient which should accept an object. Documentation says to refer to SVG specs. I found the gradient object in SVG, ...
6
votes
4answers
2k views
Generating gradients programatically?
Given 2 rgb colors and a rectangular area, I'd like to generate a basic linear gradient between the colors. I've done a quick search and the only thing I've been able to find is this blog entry, but ...
5
votes
1answer
162 views
Delphi: problems with GDI+ & gradient frame/rectangle
Delphi XE2. There is a form & a frame.
The form and the frame are doublebuffered. GlassFrame is enabled.
I paint frame's background and try to draw a right aligned rectangle but have bugs. ...
5
votes
2answers
80 views
ggplot2 : Add a gradient colored square according to values
I have a tricky question regarding to what i'm trying to do.
I have a plot with two lines (the mean of two conditions) on it. I want to add on the same plot a square reflecting the t-values (and ...
5
votes
1answer
78 views
Browser handling of CSS “transparent” in gradients
Although the CSS colors rgba(255,255,255,0) and rgba(0,0,0,0) are apparently the same, i.e. transparent, when being looked at as plain colors, they affect the intermediate colors in gradients:
...
5
votes
1answer
302 views
Change JButton gradient color, but only for one button, not all
I want to change JButton gradient color,
i found this, http://java2everyone.blogspot.com/2009/01/set-jbutton-gradient-color.html, but i want to change gradient for only one button, not all button
5
votes
2answers
361 views
Reflection gradients using CSS in android browser
I have some CSS for displaying a reflection on an element which uses -webkit-gradient to fade out:
.foo { -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(rgba(255, ...
5
votes
1answer
966 views
Gradient MKOverlay on MKMapView iPhone
I'm trying to trace a route on a MKMapView using overlays (MKOverlay).
However, depending on the current speed, I want to do something like the Nike app with a gradient while tracing the route, if the ...
5
votes
3answers
374 views
Gradient “miter” in OpenGL shows seams at the join
I am doing some really basic experiments around some 2D work in GL. I'm trying to draw a "picture frame" around an rectangular area. I'd like for the frame to have a consistent gradient all the way ...
5
votes
2answers
3k views
How to make transparent gradient?
I have the following gradient:
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
...
5
votes
4answers
414 views
Most robust CSS-only button solution?
What's the best, most robust CSS-button definition?
Ideally, I'd like gradients, rounded images, and graceful degradation down to IE8. It would also be great if the buttons didn't use any images, and ...
5
votes
4answers
4k views
Draw a rounded UIView with gradient and drop shadow
EDIT:
I finally found a real simple solution to this problem, using the CAGradientLayer class, and the CALayer drawing functionalities.
Ole Begemann released a great UIView wrapper for ...
5
votes
3answers
2k views
How do I stop internet explorer's propriety gradient filter from cutting off content that should overflow?
I'm using the internet explorer gradient filter in my CSS.
It was all going well until I noticed that images that are supposed to extend beyond their containers overflow:visible; are getting clipped ...
5
votes
2answers
1k views
Algorithm to blend gradient filled corners in image
I need to put an alpha blended gradient border around an image. My problem is in blending the corners so they are smooth where the horizontal and vertical gradients meet. I believe there is a ...
4
votes
2answers
238 views
JTable how to change BackGround Color
I inspired by MeBigFatGuy interesting question, in this conection I have very specific question about Graphisc2D, how to change BackGround Color by depends if is JTables Row visible in the JViewPort,
...
4
votes
4answers
115 views
4
votes
1answer
250 views
Rectangular Gradient with HTML5 Canvas Element
How can I draw a rectangle with a gradient effect like the one pictured below using the HTML5 canvas element?
Edit: Thanks for all the feedback. Yes, I have already tried many methods. For example, ...