1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>4.9. Gradients</title>
<link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
<link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
<link rel="start" href="index.html" title=" " />
<link rel="up" href="ch02s04.html" title="4. Working with Images" />
<link rel="prev" href="ch02s04s08.html" title="4.8. Brushes" />
<link rel="next" href="ch02s04s10.html" title="4.10. Patterns" />
</head>
<body>
<div xmlns="" class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center" id="chaptername">4.9. Gradients</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="ch02s04s08.html">Prev</a> </td>
<th width="60%" align="center" id="sectionname">4.9. Gradients</th>
<td width="20%" align="right"> <a accesskey="n" href="ch02s04s10.html">Next</a></td>
</tr>
</table>
<hr />
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="gimp-gradients"></a>4.9. Gradients</h3>
</div>
</div>
</div>
<a id="id3311485" class="indexterm"></a>
<div class="informalfigure">
<div class="mediaobject">
<img src="../images/using/gradient-examples.png" />
<div class="caption">
<p>
Some examples of GIMP gradients.
</p>
</div>
</div>
</div>
<p>
A <span class="emphasis"><em>gradient</em></span> is a set of colors arranged in a
linear order. The most basic use of gradients is by the <a href="ch03s06s03.html" title="6.3. Gradient Tool">Blend tool</a>, sometimes known as
the "gradient tool" or "gradient fill tool": it works by filling
the selection with colors from a gradient. You have many options
to choose from for controlling the way the gradient colors are
arranged within the selection. There are also other
important ways to use gradients, including:
</p>
<div class="variablelist">
<dl>
<dt>
<span class="term">Painting with a gradient</span>
</dt>
<dd>
<p>
Each of GIMP's basic painting tools allows you the option of
using colors from a gradient. This enables you to create
brushstrokes that change color from one end to the other.
</p>
</dd>
<dt>
<span class="term">The Gradient Map filter</span>
</dt>
<dd>
<p>
This filter allows you to "colorize" a grayscale image, by
replacing each shade of gray with the corresponding color from a
gradient. See the <a href="ch06s03s09.html" title="3.9. Gradient Map">Gradient
Map</a> section for more information.
</p>
</dd>
</dl>
</div>
<p>
When you install GIMP, it comes presupplied with a large number of
interesting gradients, and you can add new ones that you create or
download from other sources. You can access the full set of
available gradients using the <a href="ch04s12.html" title="12. Gradients dialog">Gradients dialog</a>, a dockable
dialog that you can either activate when you need it, or keep
around as a tab in a dock. The "current gradient", used in most
gradient-related operations, is shown in the
Brush/Pattern/Gradient area of the Toolbox. Clicking on the
gradient symbol in the Toolbox is an alternative way of bringing
up the Gradients dialog.
</p>
<div class="informalfigure">
<div class="mediaobject">
<img src="../images/using/gradient-usage.png" />
<div class="caption">
<p>
Four ways of using the Tropical Colors gradient: a linear
gradient fill, a
shaped gradient fill, a stroke painted using colors from
a gradient, and a stroke painted with a fuzzy brush then
colored using the Gradient Map filter.
</p>
</div>
</div>
</div>
<p>
A few useful things to know about GIMP's gradients:
</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<p>
The top four gradients shown in the Gradients dialog are
special, because they
make use of GIMP's current foreground and background colors,
substituting the foreground color for black, and the
background color for white. Thus, by altering the foreground
and background colors, you can make these gradients transition
smoothly between any two colors you want. The other gradients
in the list, and any custom gradients you may create, have
fixed colors.
</p>
</li>
<li>
<p>
Gradients can involve not just color changes, but also changes
in opacity. Some of the gradients are completely opaque;
others include transparent or translucent parts. When you
fill or paint with a non-opaque gradient, the existing
contents of the layer will show through behind it.
</p>
</li>
<li>
<p>
You can create new <span class="emphasis"><em>custom</em></span> gradients,
using the <a href="ch04s12s03.html" title="12.3. Gradient Editor">Gradient
Editor</a>. You cannot modify the gradients that are
supplied with GIMP, but you can duplicate them or create new
ones, and then edit those.
</p>
</li>
</ul>
</div>
<p>
The gradients that are supplied with GIMP are stored in a system
<tt class="filename">gradients</tt> folder. By default, gradients that
you create are stored in a folder called
<tt class="filename">gradients</tt> in your personal GIMP directory.
Any gradient files (ending with the extension
<tt class="filename">.ggr</tt>) will automatically be loaded when you
start GIMP. You can add more directories to the gradient search
path, if you want to, in the Gradients tab of the <a href="ch04s18s16.html" title="18.16. Data Folders">Data Folders</a> pages of the
Preferences dialog.
</p>
<p>
New in GIMP 2.2 is the ability to load gradient files in SVG
format, used by many vector graphics programs. To make GIMP load
an SVG gradient file, all you need to do is place it in the
<tt class="filename">gradients</tt> folder of your personal GIMP
directory, or any other folder in your gradient search path.
</p>
<p>
You can find a large number of interesting SVG gradients on the
web, in particular at <a href="http://openclipart.org/cgi-bin/navigate/Gradients" target="_top">OpenClipArt
Gradients</a>. You won't be able to see what these gradients
look like unless your browser supports SVG, but that won't prevent
you from downloading them.
</p>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="ch02s04s08.html">Prev</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="ch02s04.html">Up</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="ch02s04s10.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">4.8. Brushes </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top"> 4.10. Patterns</td>
</tr>
</table>
</div>
</body>
</html>
|