Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

51
votes
3answers
32k views

CSS3 Transparency + Gradient

RBGA is extremely fun, and so is -webkit-gradient, -moz-gradient, and uh... progid:DXImageTransform.Microsoft.gradient... yeah. :) Is there a way to combine the two, RBGA and gradients, so that ...
14
votes
4answers
8k views

Can you add noise to a CSS3 gradient?

Is it possible to add noise to a gradient in CSS? Here is my code for a radial gradient: body { color: #575757; font: 14px/21px Arial, Helvetica, sans-serif; background-color: #2f3b4b; ...
11
votes
3answers
13k views

CSS3 Gradients to reproduce an 'inner glow' effect from Illustrator with border-radius applied

I am in the process of trying to get my head properly around CSS3 Gradients (specifically radial ones) and in doing so I think I've set myself a relatively tough challenge. In Adobe Illustrator I ...
10
votes
5answers
8k views

CSS gradients in IE7 & IE8 is causing text to become aliased

I'm attempting to use a CSS gradient in a div containing some text. With Gecko and Webkit, the text displays fine. In IE7 & IE8 the text appears aliased (jaggy). I came across this blog ...
7
votes
3answers
1k views

One SVG file, many SVG gradients inside

I’m making a set of buttons which use dynamic gradients. I’ve taken care of Firefox 3.6+ and WebKit by using their proprietary CSS extensions and all I need to do is support Opera, iOS and IE9 by ...
5
votes
3answers
529 views

Creating Gradient Brush along a Circular Path

I need to create a multi-step gradient along a circular path, as demonstrated in the following image: Does anyone have any ideas on how this could be accomplished in XAML rather than code? Would it ...
3
votes
5answers
234 views

Color interpolation between 3 colors

I use the following equation to get a nice color gradient from colorA to colorB, but I have no idea how to do the same for 3 colors, so the gradient goes from colorA to colorB to colorC colorT = ...
3
votes
1answer
250 views

Programatically working with color gradients

I have a python app that uses GIMP gradients to color images. Other than letting the user choose which GIMP gradient to use, the user doesn't have much more control over the coloring. I'm thinking of ...
2
votes
1answer
55 views

XAML gradients collection

I try to give my custom control a beautiful backround. But I'm not a designer, I can not create a nice gradient. I searched the internet but found nothing. Maybe you know some sites with collections ...
2
votes
1answer
605 views

Jquery Fade Gradient Background

i'm trying to look a way to fade gradient background. I've used the color plugin and i can fade single colors background, or JqueryUI that can highlight the background but i can't find a way to fade ...
2
votes
1answer
654 views

How to make a conical gradient in iOS using Core Graphics / Quartz 2D?

How can I draw such a conical gradient in iOS using Core Graphics / Quartz 2D API?
2
votes
2answers
742 views

Display SVG gradients using Flash?

I'm using AS3 (Flash) to read SVG files and display them. The problem is correctly displaying a linear/radial gradient. Following is an example of a simple linear gradient from Red to Blue, in SVG. ...
1
vote
1answer
143 views

Flash AS3 linear gradient rotation issue

This is my first post here so I hope I get everything right - and find an answer to my problem. In Flash AS3 I'm creating a dynamic gradient in a rectangle. I need the gradient to have a rotation of ...
1
vote
3answers
97 views

CSS3 Javascript Library for Gradients?

Is there a way to create gradients using CSS3 and then - by using javascript (or server side?) - I will be able to support IE or other unsupported browsers? I mean - the js library will convert the ...
1
vote
1answer
87 views

Problem with Multigradient brush implementation from scatch in C++ and GDI

I am trying to implement a gradient brush from scratch in C++ with GDI. I don't want to use GDI+ or any other graphics framework. I want the gradient to be of any direction (arbitrary angle). My ...
1
vote
4answers
77 views

CSS3 Border Images

I'm trying to achieve a 5px gradient around all edges. I've found multiple ways to do this in all browsers except for IE (-mos-border-colors and apply 5 separate colors, border-image, etc...). I've ...
1
vote
1answer
88 views

Compact Framework 3.5 image Gradient not smooth

Why doesn't compact framework 3.5 render Images with gradient right on windows mobile?
1
vote
0answers
122 views

How can I draw a gradient using directFB in a Qt application?

I want to create a Qt application, supported by directFB, and I need to paint gradients in the application. However I understand that gradients are not supported graphics operations with directFB. My ...
1
vote
1answer
631 views

drawRect: speed and CGContextDrawRadialGradient (super slow?)

I'm having problems with my UIView subclass' drawRect: function. I use CGContextDrawRadialGradient() in it, and it. When the user drags my UIView it struggled to keep up if I include the gradient. ...
1
vote
3answers
230 views

Gradient color lookup in Java

I have a list of values from 0-1. I want to convert this list to an image by using a gradient that converts these floating point values to RGB values. Are there any tools in Java that provide you with ...
1
vote
2answers
50 views

Is there a simple way to style text with gradients?

it is possible to style a background with gradients like: background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); Is there a way to style ...
1
vote
2answers
132 views

Does CSS3 support using both an image and a gradient for the background of a single <div>?

I know you can do multiple backgrounds on a single <div> in CSS3, but is it possible to mix an image-referencing background (i.e. url(...)) with a gradient generating background (e.g. ...
1
vote
4answers
585 views

jquery css3 gradient plugin

Does anyone know of a jquery css3 plugin that supports cross browser gradients. All the gradient plugins I've seen thus far are based on creating many elements. Thanks. Edit: Sorry for being ...
0
votes
1answer
124 views

using htmt5 gradient and javascript, simulate wood grain

have a chess board in TABLE, each square a TD. how would one use html5 gradients (and javascript for randomness) to create a wood texture background for the dark squares?
0
votes
2answers
58 views

CSS3 Gradients with background images?? Possible? [closed]

Possible Duplicate: Is it possible to combine a background image and CSS3 gradients? I'm using CSS for a background gradient: background:-webkit-gradient( linear, left top, left bottom, ...
0
votes
2answers
49 views

SVG gradients in favor of CSS gradients [closed]

I stumbled upon this piece about SVG gradients in favor of CSS gradients. I was wondering, is the author right? How about performance? Wouldn't CSS be better? Please enlighten me.
0
votes
0answers
43 views

Internet Explorer gradient

I have problem with IE gradients. It's working, but unfortunetly gradients hide the berder: 1px solid (so I don't have any border). Is there any way to fix that? IE gradients filter: ...
0
votes
0answers
71 views

Combining transparent PNGs with CSS gradients in background-image on Chrome bug

Has anyone else seen this or have any ideas on how to prevent it? I've noticed it happens only in Chrome and disappears as soon as the window is scrolled or resized. Here's an example of the code: ...
0
votes
1answer
45 views

iPhone : can't control the width of drawing gradients?

I need to draw a box filled with a gradient. I'm using a UIView and overwriting the -drawRect method. Here is my code (simplified): CGContextRef c = UIGraphicsGetCurrentContext(); CGFloat ...
0
votes
1answer
370 views

Android: best way(9 patch or gradient shape in xml) to draw two gradients(see screenshot)

I need to add background to a textview, the background has two parts: top half is a gradent from color A to B, bottom part is a gradient from color C to D and B does not equal to C, it is actually a ...
0
votes
2answers
695 views

Absolute GradientStops in LinearGradientBrushes

How can I go about specifying absolute Offsets for the GradientStops in my LinearGradientBrush? I have a GridView with a LinearGradientBrush as the background: <Grid.Background> ...