22 lines
930 B
HTML
22 lines
930 B
HTML
|
<!DOCTYPE html>
|
||
|
<html dir="ltr" lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>To create an airbrush effect</title>
|
||
|
<link href="coUA.css" rel="stylesheet" type="text/css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<p id="paint_airbrush"><b>To create an airbrush effect</b></p>
|
||
|
<ol>
|
||
|
<li>In the toolbox, click <img alt="the spray paint can" src="p_airb.gif">.</li>
|
||
|
<li>At the bottom of the toolbox, click a spray size.</li>
|
||
|
<li>To spray, drag the pointer.</li>
|
||
|
</ol>
|
||
|
<p><b>Notes</b></p>
|
||
|
<ul>
|
||
|
<li>The default background and foreground colors appear at the left in the color box. You can draw with the <a data-topic-id="gl_pbrush_fore">foreground color</a> by clicking, or you can draw with the <a data-topic-id="gl_pbrush_back">background color</a> by right-clicking.</li>
|
||
|
<li>You can undo any number of changes by clicking the <b>Edit</b> menu and then clicking <b>Undo</b> for each change.</li>
|
||
|
</ul>
|
||
|
</body>
|
||
|
</html>
|