mirror of
https://github.com/ducbao414/win32.run.git
synced 2025-12-17 01:32:50 +09:00
init the awkward code
This commit is contained in:
16
static/html/jspaint/help/paint_invert.html
Normal file
16
static/html/jspaint/help/paint_invert.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html dir="ltr" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>To invert all the colors in a picture</title>
|
||||
<link href="coUA.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<p id="paint_invert"><b>To invert all the colors in a picture</b></p>
|
||||
<p><img src="onestep.gif"> 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>
|
||||
Reference in New Issue
Block a user