Questions tagged [gradient]

Questions about multiple colors or channels gradually blended together. A rainbow is an example of a natural gradient. Questions about using gradients in graphic design may be more suited to graphicdesign.stackexchange.com. Questions about using gradients in programming and web development are off topic and should be asked on stackoverflow.com.

Gradients

A gradient is the outcome of blending multiple colors or channels gradually together. A rainbow is an example of a gradient.

Common types

The most common types of gradients are linear, radial, angle, reflected and diamond:

common types of gradients

In digital media, the gradient is usually calculated using linear interpolation to gamma compressed RGB values.

Web 2.0 gradients

"Web 2.0" gradients are usually described as either:

  • Sharp gradients, i.e. gradients that have a color stop between two colors without any blending (see e.g. the angle gradient at 12 o'clock under "Common types").
    → To make the object look glossy.
  • Subtle gradients, where colors either blend very slowly or where the blended colors are close together.
    → To give the object texture.

Some examples of gradients that could be described as "web 2.0 gradients":

some web 2.0 gradients

Fade effect

Using transparency instead of a color gives the image/object a fading effect:

making of fading effect
(Image by @Johannes)

24 questions
34
votes
1 answer

Make one side of image fade to transparent with GIMP?

For use in some of my presentation slides, I hope to edit some of my images with The GIMP so that one (or more) side(s) will fade into transparency. How do I do this in GIMP?
hpy
  • 6,261
8
votes
2 answers

Why don't two 50% opacity layers of the same color make the solid color in Photoshop?

I am trying to create a gradient that when flipped and overlayed on itself will show a solid color. I thought I would make it with a regular solid-to-transparent gradient on Photoshop, and save it as PNG, but when superimposed on one another, it…
osadezu
  • 85
5
votes
2 answers

Batch-processing images of documents to look like a fax

Let's say I have a photo or scan of a text document, possibly with some low-contrast watermark background. If it is a photo, in addition to the watermark there will be brightness gradients from the lighting and possibly from the sheet of paper not…
kdb
  • 2,451
4
votes
1 answer

How do I make a gradient color background fill in GIMP?

I need to make a small image with a gradient color background. How can I do that in GIMP?
4
votes
4 answers

Photoshop gradients just got ugly

Terrible news! As of yesterday, all of my gradients in Photoshop started turning ugly, with horrible color banding like this: My problem seems to be isolated to Photoshop, but it’s only happened in the past day on two different machines (my Mac…
sep332
  • 159
3
votes
1 answer

transparent gradients with graphicsmagick

I'm trying to create a gradient that goes from transparent to some color. With imageMagick you can do that with (taken from the documentation): convert -size 100x100 gradient:none-firebrick gradient_transparent.png If I try the same command in…
2
votes
4 answers

How to change Firefox 4 full screen title bar gradient

Is it possible to change this gradient to something else (preferably a solid color or the default gradual horizontal fade)? Using Firefox 4.0 on Windows-XP-x86-Pro-SP3.
wes
  • 745
2
votes
3 answers

Can I create a multi-color cell without a gradient in Excel?

I want to apply two colors to one cell and separate them diagonally. I know that there is a function to add gradients in Excel, but I haven't found a way to set the strength of the color stop.
1
vote
3 answers

Changing image color

I have an image of a gradient. It's in a dull grey, and I would like to shift the enter thing to a bluer color without changing any of its other properties. What's an easy way to do this? I have both photoshop and gimp. Thanks.
Ben
  • 247
1
vote
1 answer

Transpose in gradient layer

Why is tranposes visible in a gradient in Photoshop? How can you get rid of the transposes.. Does it have something to do with the color depth? The optimized PNG is in 24 bit Look in the dark grey area to the left
clarkk
  • 479
1
vote
2 answers

Gradient fill text effects

How to display gradient fill text without using image in html.
user10657
1
vote
3 answers

Add noise to gradient photoshop

Does anyone know how to add noise to a gradient on photoshop cs3 ?
Helton Valentini
1
vote
2 answers

Adding multiple gradients to object in Adobe Illustrator

I have an object which is a path (a nose to be specific). Now I want both a linear gradient and a radial gradient to be added to the object. So these must be separate gradient objects I guess, and I can't find a way to add multiple separate…
Vass
  • 1,409
1
vote
0 answers

Excel stacked bar chart - fill color based on cell value from gradient

Hey all you chart lovers, I have searched around for a solution but haven't found anything applicable. Here is my situation. I am using Excel to make a timeline of country leaders for several countries. I therefore have a big table with 50+…
1
vote
1 answer

Illustrator CS4 Gradient Following a Path

I'm trying to draw a power cable in illustrator, I want the cable to have one side dark and the other light with a gradient in the middle, because the cable has curved corners it won't work the usual way. I have tried making an art brush with a…
James B
1
2