File: page04.html

package info (click to toggle)
fraqtive 0.4.3-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 988 kB
  • ctags: 1,249
  • sloc: cpp: 8,387; sh: 103; makefile: 45
file content (21 lines) | stat: -rw-r--r-- 1,019 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
  <title>Color Settings</title>
  <link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>

<h1>Color Settings</h1>

<p>Use the <b>Edit > Gradient</b> function or the button in the <b>Gradient</b> property on the <b>Color Settings</b> page to edit the gradient of colors used to draw the fractal.</p>

<p>The three curves allow to edit the red, green and blue component of the gradient separately. You can drag the curve points using the left mouse button, add them by clicking on a free area and remove by dragging them out of the rectangle.</p>

<p>Use the sliders in the <b>Color Settings</b> page to change color scaling and offset. The <b>Mirror</b> option inserts a mirrored copy of the gradient and the <b>Reversed</b> option reverses the direction of the gradient.</p>

<p>You can save current gradient and color settings using the <b>Edit > Save Preset</b> command and later restore it using <b>Edit > Load Preset</b>.</p>

<p>Click <b>Next</b> to continue.</p>

</body>
</html>