jspaint/help/paint_invert.html

16 lines
598 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html dir="ltr">
<head>
<meta content="text-html; charset=utf-8" http-equiv="Content-Type">
2015-10-14 02:36:25 +00:00
<title>To invert all the colors in a picture</title>
<link href="coUA.css" rel="stylesheet" type="text/css">
</head>
<body>
<p><a id="paint_invert" name="paint_invert"></a><b>To invert all the colors in a picture</b></p>
<p><img border="0" src="onestep.gif">&nbsp;On the <b>Image</b> menu, click <b>Invert Colors</b>.</p>
<p><b>Note</b></p>
<ul>
<li>Each color is replaced by its color complement. For example, red becomes cyan, and blue becomes yellow.</li>
</ul>
</body>
</html>