README - expanding section on color choices
This commit is contained in:
parent
b95bb10768
commit
afb7c3c028
12 changed files with 295 additions and 75 deletions
|
|
@ -193,20 +193,40 @@ Main Screen
|
||||||
flood-filling an area of the picture.)
|
flood-filling an area of the picture.)
|
||||||
|
|
||||||
On the far right are three special color options:
|
On the far right are three special color options:
|
||||||
* The "color picker" (which has an outline of an eye-dropper)
|
* Color Picker
|
||||||
allows you to pick a color found within your drawing. A
|
The "color picker" (which has an outline of an eye-dropper)
|
||||||
shortcut key is available to access this feature quickly; see
|
allows you to pick a color found within your drawing.
|
||||||
below.
|
(A shortcut key is available to access this feature quickly;
|
||||||
* The rainbow palette allows you to pick a color from within a
|
see below.)
|
||||||
box containing various saturations of every hue, along with a
|
* Rainbow Palette
|
||||||
value level.
|
The rainbow palette allows you to pick any color by choosing
|
||||||
* The "color mixer" (which has silhouette of a paint palette)
|
the hue, saturation, and value of the color you want. A box
|
||||||
|
on the left displays hundreds of hues — from red at the top
|
||||||
|
through to violet at the bottom — at hundreds of
|
||||||
|
saturation/intensity levels — from pale & washed-out on the
|
||||||
|
left through to pure on the right. A grey vertical bar
|
||||||
|
provides access to hundreds of value levels — from lighest at
|
||||||
|
the top through to darkest at the bottom.
|
||||||
|
Click the green checkbox button to select the color, or the
|
||||||
|
"Back" button to dismiss the pop-up without picking a new
|
||||||
|
color.
|
||||||
|
* Color Mixer
|
||||||
|
The "color mixer" (which has silhouette of a paint palette)
|
||||||
allows you to create colors by blending primary additive
|
allows you to create colors by blending primary additive
|
||||||
colors — red, yellow, and blue — along with white (to
|
colors — red, yellow, and blue — along with white (to
|
||||||
"tint"), grey (to "tone"), and black (to "shade"). The ratios
|
"tint"), grey (to "tone"), and black (to "shade").
|
||||||
of colors added are shown at the bottom.
|
You may click any button multiple times (for example, red +
|
||||||
|
red + yellow results in a red-orange color). The ratios of
|
||||||
|
colors added are shown at the bottom.
|
||||||
|
You can start over (reset to no colors in your picture) by
|
||||||
|
clicking the "Clear" button. You can also undo or redo
|
||||||
|
multiple steps of mixing, in case you made a mistake (without
|
||||||
|
having to start over).
|
||||||
|
Click the green checkbox button to select the color, or the
|
||||||
|
"Back" button to dismiss the pop-up without picking a new
|
||||||
|
color.
|
||||||
|
|
||||||
When the active tool supports colors, a shortcut may be used to
|
⌨ When the active tool supports colors, a shortcut may be used to
|
||||||
access the "color picker" option more quickly. Hold the [Control]
|
access the "color picker" option more quickly. Hold the [Control]
|
||||||
key while clicking, and the color under the mouse cursor will be
|
key while clicking, and the color under the mouse cursor will be
|
||||||
shown at the bottom. You may drag around to canvas to find the
|
shown at the bottom. You may drag around to canvas to find the
|
||||||
|
|
|
||||||
|
|
@ -413,13 +413,37 @@
|
||||||
align="right">
|
align="right">
|
||||||
<p id="special_color_options">
|
<p id="special_color_options">
|
||||||
On the far right are three special color options: <ul>
|
On the far right are three special color options: <ul>
|
||||||
<li>The "color picker" (which has an outline of an eye-dropper) allows you to pick a color found within your drawing. A shortcut key is available to access this feature quickly; see below. <li>The rainbow palette allows you to pick a color from within a box containing various saturations of every hue, along with a value level.</li>
|
<li>
|
||||||
<li>The "color mixer" (which has silhouette of a paint palette) allows you to create colors by blending primary additive colors — red, yellow, and blue — along with white (to "tint"), grey (to "tone"), and black (to "shade"). The ratios of colors added are shown at the bottom.</li>
|
<strong>Color Picker</strong><br/>
|
||||||
|
The "color picker" (which has an outline of an eye-dropper) allows you to pick a color found within your drawing.<br/>
|
||||||
|
(A shortcut key is available to access this feature quickly; see below.) </li>
|
||||||
|
<li>
|
||||||
|
<strong>Rainbow Palette</strong><br/>
|
||||||
|
The rainbow palette allows you to pick any color by choosing the hue, saturation, and value of the color you want. A box on the left displays hundreds of hues — from red at the top through to violet at the bottom — at hundreds of saturation/intensity levels — from pale & washed-out on the left through to pure on the right. A grey vertical bar provides access to hundreds of value levels — from lighest at the top through to darkest at the bottom.<br/>
|
||||||
|
Click the green checkbox button to select the color, or the "Back" button to dismiss the pop-up without picking a new color. <div class="screenshot-center">
|
||||||
|
<img src="../../html/images/colors_rainbow_palette.png"
|
||||||
|
width="542"
|
||||||
|
height="291"
|
||||||
|
alt="" />
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong>Color Mixer</strong><br/>
|
||||||
|
The "color mixer" (which has silhouette of a paint palette) allows you to create colors by blending primary additive colors — red, yellow, and blue — along with white (to "tint"), grey (to "tone"), and black (to "shade").<br/>
|
||||||
|
You may click any button multiple times (for example, <span class="white-space: nowrap;">red + red + yellow</span> results in a red-orange color). The ratios of colors added are shown at the bottom.<br/>
|
||||||
|
You can start over (reset to no colors in your picture) by clicking the "Clear" button. You can also undo or redo multiple steps of mixing, in case you made a mistake (without having to start over).<br/>
|
||||||
|
Click the green checkbox button to select the color, or the "Back" button to dismiss the pop-up without picking a new color. <div class="screenshot-center">
|
||||||
|
<img src="../../html/images/colors_mixer.png"
|
||||||
|
width="420"
|
||||||
|
height="320"
|
||||||
|
alt="" />
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p class="note">
|
||||||
When the active tool supports colors, a shortcut may be used to access the "color picker" option more quickly. Hold the <b><code>[Control]</code></b> key while clicking, and the color under the mouse cursor will be shown at the bottom. You may drag around to canvas to find the color you want. When you release the mouse button, the color under the cursor will be selected. If you release the mouse outside of the canvas (e.g., over the "Tools" area), the color selection will be left unchanged. (This is similar to clicking the"Back" button that's available when bringing up the "color picker" option via its button the color palette.) </p>
|
<span title="Keyboard shortcut">⌨</span> When the active tool supports colors, a shortcut may be used to access the "color picker" option more quickly. Hold the <b><code>[Control]</code></b> key while clicking, and the color under the mouse cursor will be shown at the bottom. You may drag around to canvas to find the color you want. When you release the mouse button, the color under the cursor will be selected. If you release the mouse outside of the canvas (e.g., over the "Tools" area), the color selection will be left unchanged. (This is similar to clicking the"Back" button that's available when bringing up the "color picker" option via its button the color palette.) </p>
|
||||||
|
|
||||||
<p class="note">
|
<p class="note">
|
||||||
<span title="Configuration option">⚙</span> <strong>Note:</strong> You can define your own colors for Tux Paint. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
<span title="Configuration option">⚙</span> <strong>Note:</strong> You can define your own colors for Tux Paint. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
||||||
|
|
|
||||||
|
|
@ -193,20 +193,40 @@ Main Screen
|
||||||
flood-filling an area of the picture.)
|
flood-filling an area of the picture.)
|
||||||
|
|
||||||
On the far right are three special color options:
|
On the far right are three special color options:
|
||||||
* The "color picker" (which has an outline of an eye-dropper)
|
* Color Picker
|
||||||
allows you to pick a color found within your drawing. A
|
The "color picker" (which has an outline of an eye-dropper)
|
||||||
shortcut key is available to access this feature quickly; see
|
allows you to pick a color found within your drawing.
|
||||||
below.
|
(A shortcut key is available to access this feature quickly;
|
||||||
* The rainbow palette allows you to pick a color from within a
|
see below.)
|
||||||
box containing various saturations of every hue, along with a
|
* Rainbow Palette
|
||||||
value level.
|
The rainbow palette allows you to pick any color by choosing
|
||||||
* The "color mixer" (which has silhouette of a paint palette)
|
the hue, saturation, and value of the color you want. A box
|
||||||
|
on the left displays hundreds of hues — from red at the top
|
||||||
|
through to violet at the bottom — at hundreds of
|
||||||
|
saturation/intensity levels — from pale & washed-out on the
|
||||||
|
left through to pure on the right. A grey vertical bar
|
||||||
|
provides access to hundreds of value levels — from lighest at
|
||||||
|
the top through to darkest at the bottom.
|
||||||
|
Click the green checkbox button to select the color, or the
|
||||||
|
"Back" button to dismiss the pop-up without picking a new
|
||||||
|
color.
|
||||||
|
* Color Mixer
|
||||||
|
The "color mixer" (which has silhouette of a paint palette)
|
||||||
allows you to create colors by blending primary additive
|
allows you to create colors by blending primary additive
|
||||||
colors — red, yellow, and blue — along with white (to
|
colors — red, yellow, and blue — along with white (to
|
||||||
"tint"), grey (to "tone"), and black (to "shade"). The ratios
|
"tint"), grey (to "tone"), and black (to "shade").
|
||||||
of colors added are shown at the bottom.
|
You may click any button multiple times (for example, red +
|
||||||
|
red + yellow results in a red-orange color). The ratios of
|
||||||
|
colors added are shown at the bottom.
|
||||||
|
You can start over (reset to no colors in your picture) by
|
||||||
|
clicking the "Clear" button. You can also undo or redo
|
||||||
|
multiple steps of mixing, in case you made a mistake (without
|
||||||
|
having to start over).
|
||||||
|
Click the green checkbox button to select the color, or the
|
||||||
|
"Back" button to dismiss the pop-up without picking a new
|
||||||
|
color.
|
||||||
|
|
||||||
When the active tool supports colors, a shortcut may be used to
|
⌨ When the active tool supports colors, a shortcut may be used to
|
||||||
access the "color picker" option more quickly. Hold the [Control]
|
access the "color picker" option more quickly. Hold the [Control]
|
||||||
key while clicking, and the color under the mouse cursor will be
|
key while clicking, and the color under the mouse cursor will be
|
||||||
shown at the bottom. You may drag around to canvas to find the
|
shown at the bottom. You may drag around to canvas to find the
|
||||||
|
|
|
||||||
|
|
@ -413,13 +413,37 @@
|
||||||
align="right">
|
align="right">
|
||||||
<p id="special_color_options">
|
<p id="special_color_options">
|
||||||
On the far right are three special color options: <ul>
|
On the far right are three special color options: <ul>
|
||||||
<li>The "color picker" (which has an outline of an eye-dropper) allows you to pick a color found within your drawing. A shortcut key is available to access this feature quickly; see below. <li>The rainbow palette allows you to pick a color from within a box containing various saturations of every hue, along with a value level.</li>
|
<li>
|
||||||
<li>The "color mixer" (which has silhouette of a paint palette) allows you to create colors by blending primary additive colors — red, yellow, and blue — along with white (to "tint"), grey (to "tone"), and black (to "shade"). The ratios of colors added are shown at the bottom.</li>
|
<strong>Color Picker</strong><br/>
|
||||||
|
The "color picker" (which has an outline of an eye-dropper) allows you to pick a color found within your drawing.<br/>
|
||||||
|
(A shortcut key is available to access this feature quickly; see below.) </li>
|
||||||
|
<li>
|
||||||
|
<strong>Rainbow Palette</strong><br/>
|
||||||
|
The rainbow palette allows you to pick any color by choosing the hue, saturation, and value of the color you want. A box on the left displays hundreds of hues — from red at the top through to violet at the bottom — at hundreds of saturation/intensity levels — from pale & washed-out on the left through to pure on the right. A grey vertical bar provides access to hundreds of value levels — from lighest at the top through to darkest at the bottom.<br/>
|
||||||
|
Click the green checkbox button to select the color, or the "Back" button to dismiss the pop-up without picking a new color. <div class="screenshot-center">
|
||||||
|
<img src="../../html/images/colors_rainbow_palette.png"
|
||||||
|
width="542"
|
||||||
|
height="291"
|
||||||
|
alt="" />
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong>Color Mixer</strong><br/>
|
||||||
|
The "color mixer" (which has silhouette of a paint palette) allows you to create colors by blending primary additive colors — red, yellow, and blue — along with white (to "tint"), grey (to "tone"), and black (to "shade").<br/>
|
||||||
|
You may click any button multiple times (for example, <span class="white-space: nowrap;">red + red + yellow</span> results in a red-orange color). The ratios of colors added are shown at the bottom.<br/>
|
||||||
|
You can start over (reset to no colors in your picture) by clicking the "Clear" button. You can also undo or redo multiple steps of mixing, in case you made a mistake (without having to start over).<br/>
|
||||||
|
Click the green checkbox button to select the color, or the "Back" button to dismiss the pop-up without picking a new color. <div class="screenshot-center">
|
||||||
|
<img src="../../html/images/colors_mixer.png"
|
||||||
|
width="420"
|
||||||
|
height="320"
|
||||||
|
alt="" />
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p class="note">
|
||||||
When the active tool supports colors, a shortcut may be used to access the "color picker" option more quickly. Hold the <b><code>[Control]</code></b> key while clicking, and the color under the mouse cursor will be shown at the bottom. You may drag around to canvas to find the color you want. When you release the mouse button, the color under the cursor will be selected. If you release the mouse outside of the canvas (e.g., over the "Tools" area), the color selection will be left unchanged. (This is similar to clicking the"Back" button that's available when bringing up the "color picker" option via its button the color palette.) </p>
|
<span title="Keyboard shortcut">⌨</span> When the active tool supports colors, a shortcut may be used to access the "color picker" option more quickly. Hold the <b><code>[Control]</code></b> key while clicking, and the color under the mouse cursor will be shown at the bottom. You may drag around to canvas to find the color you want. When you release the mouse button, the color under the cursor will be selected. If you release the mouse outside of the canvas (e.g., over the "Tools" area), the color selection will be left unchanged. (This is similar to clicking the"Back" button that's available when bringing up the "color picker" option via its button the color palette.) </p>
|
||||||
|
|
||||||
<p class="note">
|
<p class="note">
|
||||||
<span title="Configuration option">⚙</span> <strong>Note:</strong> You can define your own colors for Tux Paint. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
<span title="Configuration option">⚙</span> <strong>Note:</strong> You can define your own colors for Tux Paint. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
||||||
|
|
|
||||||
|
|
@ -202,20 +202,40 @@ Lancement de Tux Paint
|
||||||
flood-filling an area of the picture.)
|
flood-filling an area of the picture.)
|
||||||
|
|
||||||
On the far right are three special color options:
|
On the far right are three special color options:
|
||||||
* The "color picker" (which has an outline of an eye-dropper)
|
* Color Picker
|
||||||
allows you to pick a color found within your drawing. A
|
The "color picker" (which has an outline of an eye-dropper)
|
||||||
shortcut key is available to access this feature quickly; see
|
allows you to pick a color found within your drawing.
|
||||||
below.
|
(A shortcut key is available to access this feature quickly;
|
||||||
* The rainbow palette allows you to pick a color from within a
|
see below.)
|
||||||
box containing various saturations of every hue, along with a
|
* Rainbow Palette
|
||||||
value level.
|
The rainbow palette allows you to pick any color by choosing
|
||||||
* The "color mixer" (which has silhouette of a paint palette)
|
the hue, saturation, and value of the color you want. A box
|
||||||
|
on the left displays hundreds of hues — from red at the top
|
||||||
|
through to violet at the bottom — at hundreds of
|
||||||
|
saturation/intensity levels — from pale & washed-out on the
|
||||||
|
left through to pure on the right. A grey vertical bar
|
||||||
|
provides access to hundreds of value levels — from lighest at
|
||||||
|
the top through to darkest at the bottom.
|
||||||
|
Click the green checkbox button to select the color, or the
|
||||||
|
"Back" button to dismiss the pop-up without picking a new
|
||||||
|
color.
|
||||||
|
* Color Mixer
|
||||||
|
The "color mixer" (which has silhouette of a paint palette)
|
||||||
allows you to create colors by blending primary additive
|
allows you to create colors by blending primary additive
|
||||||
colors — red, yellow, and blue — along with white (to
|
colors — red, yellow, and blue — along with white (to
|
||||||
"tint"), grey (to "tone"), and black (to "shade"). The ratios
|
"tint"), grey (to "tone"), and black (to "shade").
|
||||||
of colors added are shown at the bottom.
|
You may click any button multiple times (for example, red +
|
||||||
|
red + yellow results in a red-orange color). The ratios of
|
||||||
|
colors added are shown at the bottom.
|
||||||
|
You can start over (reset to no colors in your picture) by
|
||||||
|
clicking the "Clear" button. You can also undo or redo
|
||||||
|
multiple steps of mixing, in case you made a mistake (without
|
||||||
|
having to start over).
|
||||||
|
Click the green checkbox button to select the color, or the
|
||||||
|
"Back" button to dismiss the pop-up without picking a new
|
||||||
|
color.
|
||||||
|
|
||||||
When the active tool supports colors, a shortcut may be used to
|
⌨ When the active tool supports colors, a shortcut may be used to
|
||||||
access the "color picker" option more quickly. Hold the [Control]
|
access the "color picker" option more quickly. Hold the [Control]
|
||||||
key while clicking, and the color under the mouse cursor will be
|
key while clicking, and the color under the mouse cursor will be
|
||||||
shown at the bottom. You may drag around to canvas to find the
|
shown at the bottom. You may drag around to canvas to find the
|
||||||
|
|
|
||||||
|
|
@ -413,13 +413,37 @@
|
||||||
align="right">
|
align="right">
|
||||||
<p id="special_color_options">
|
<p id="special_color_options">
|
||||||
On the far right are three special color options: <ul>
|
On the far right are three special color options: <ul>
|
||||||
<li>The "color picker" (which has an outline of an eye-dropper) allows you to pick a color found within your drawing. A shortcut key is available to access this feature quickly; see below. <li>The rainbow palette allows you to pick a color from within a box containing various saturations of every hue, along with a value level.</li>
|
<li>
|
||||||
<li>The "color mixer" (which has silhouette of a paint palette) allows you to create colors by blending primary additive colors — red, yellow, and blue — along with white (to "tint"), grey (to "tone"), and black (to "shade"). The ratios of colors added are shown at the bottom.</li>
|
<strong>Color Picker</strong><br/>
|
||||||
|
The "color picker" (which has an outline of an eye-dropper) allows you to pick a color found within your drawing.<br/>
|
||||||
|
(A shortcut key is available to access this feature quickly; see below.) </li>
|
||||||
|
<li>
|
||||||
|
<strong>Rainbow Palette</strong><br/>
|
||||||
|
The rainbow palette allows you to pick any color by choosing the hue, saturation, and value of the color you want. A box on the left displays hundreds of hues — from red at the top through to violet at the bottom — at hundreds of saturation/intensity levels — from pale & washed-out on the left through to pure on the right. A grey vertical bar provides access to hundreds of value levels — from lighest at the top through to darkest at the bottom.<br/>
|
||||||
|
Click the green checkbox button to select the color, or the "Back" button to dismiss the pop-up without picking a new color. <div class="screenshot-center">
|
||||||
|
<img src="../../html/images/colors_rainbow_palette.png"
|
||||||
|
width="542"
|
||||||
|
height="291"
|
||||||
|
alt="" />
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong>Color Mixer</strong><br/>
|
||||||
|
The "color mixer" (which has silhouette of a paint palette) allows you to create colors by blending primary additive colors — red, yellow, and blue — along with white (to "tint"), grey (to "tone"), and black (to "shade").<br/>
|
||||||
|
You may click any button multiple times (for example, <span class="white-space: nowrap;">red + red + yellow</span> results in a red-orange color). The ratios of colors added are shown at the bottom.<br/>
|
||||||
|
You can start over (reset to no colors in your picture) by clicking the "Clear" button. You can also undo or redo multiple steps of mixing, in case you made a mistake (without having to start over).<br/>
|
||||||
|
Click the green checkbox button to select the color, or the "Back" button to dismiss the pop-up without picking a new color. <div class="screenshot-center">
|
||||||
|
<img src="../../html/images/colors_mixer.png"
|
||||||
|
width="420"
|
||||||
|
height="320"
|
||||||
|
alt="" />
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p class="note">
|
||||||
When the active tool supports colors, a shortcut may be used to access the "color picker" option more quickly. Hold the <b><code>[Control]</code></b> key while clicking, and the color under the mouse cursor will be shown at the bottom. You may drag around to canvas to find the color you want. When you release the mouse button, the color under the cursor will be selected. If you release the mouse outside of the canvas (e.g., over the "Tools" area), the color selection will be left unchanged. (This is similar to clicking the"Back" button that's available when bringing up the "color picker" option via its button the color palette.) </p>
|
<span title="Keyboard shortcut">⌨</span> When the active tool supports colors, a shortcut may be used to access the "color picker" option more quickly. Hold the <b><code>[Control]</code></b> key while clicking, and the color under the mouse cursor will be shown at the bottom. You may drag around to canvas to find the color you want. When you release the mouse button, the color under the cursor will be selected. If you release the mouse outside of the canvas (e.g., over the "Tools" area), the color selection will be left unchanged. (This is similar to clicking the"Back" button that's available when bringing up the "color picker" option via its button the color palette.) </p>
|
||||||
|
|
||||||
<p class="note">
|
<p class="note">
|
||||||
<span title="Configuration option">⚙</span> <strong>Note:</strong> You can define your own colors for Tux Paint. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
<span title="Configuration option">⚙</span> <strong>Note:</strong> You can define your own colors for Tux Paint. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
||||||
|
|
|
||||||
|
|
@ -195,20 +195,40 @@ Pantalla principal
|
||||||
flood-filling an area of the picture.)
|
flood-filling an area of the picture.)
|
||||||
|
|
||||||
On the far right are three special color options:
|
On the far right are three special color options:
|
||||||
* The "color picker" (which has an outline of an eye-dropper)
|
* Color Picker
|
||||||
allows you to pick a color found within your drawing. A
|
The "color picker" (which has an outline of an eye-dropper)
|
||||||
shortcut key is available to access this feature quickly; see
|
allows you to pick a color found within your drawing.
|
||||||
below.
|
(A shortcut key is available to access this feature quickly;
|
||||||
* The rainbow palette allows you to pick a color from within a
|
see below.)
|
||||||
box containing various saturations of every hue, along with a
|
* Rainbow Palette
|
||||||
value level.
|
The rainbow palette allows you to pick any color by choosing
|
||||||
* The "color mixer" (which has silhouette of a paint palette)
|
the hue, saturation, and value of the color you want. A box
|
||||||
|
on the left displays hundreds of hues — from red at the top
|
||||||
|
through to violet at the bottom — at hundreds of
|
||||||
|
saturation/intensity levels — from pale & washed-out on the
|
||||||
|
left through to pure on the right. A grey vertical bar
|
||||||
|
provides access to hundreds of value levels — from lighest at
|
||||||
|
the top through to darkest at the bottom.
|
||||||
|
Click the green checkbox button to select the color, or the
|
||||||
|
"Back" button to dismiss the pop-up without picking a new
|
||||||
|
color.
|
||||||
|
* Color Mixer
|
||||||
|
The "color mixer" (which has silhouette of a paint palette)
|
||||||
allows you to create colors by blending primary additive
|
allows you to create colors by blending primary additive
|
||||||
colors — red, yellow, and blue — along with white (to
|
colors — red, yellow, and blue — along with white (to
|
||||||
"tint"), grey (to "tone"), and black (to "shade"). The ratios
|
"tint"), grey (to "tone"), and black (to "shade").
|
||||||
of colors added are shown at the bottom.
|
You may click any button multiple times (for example, red +
|
||||||
|
red + yellow results in a red-orange color). The ratios of
|
||||||
|
colors added are shown at the bottom.
|
||||||
|
You can start over (reset to no colors in your picture) by
|
||||||
|
clicking the "Clear" button. You can also undo or redo
|
||||||
|
multiple steps of mixing, in case you made a mistake (without
|
||||||
|
having to start over).
|
||||||
|
Click the green checkbox button to select the color, or the
|
||||||
|
"Back" button to dismiss the pop-up without picking a new
|
||||||
|
color.
|
||||||
|
|
||||||
When the active tool supports colors, a shortcut may be used to
|
⌨ When the active tool supports colors, a shortcut may be used to
|
||||||
access the "color picker" option more quickly. Hold the [Control]
|
access the "color picker" option more quickly. Hold the [Control]
|
||||||
key while clicking, and the color under the mouse cursor will be
|
key while clicking, and the color under the mouse cursor will be
|
||||||
shown at the bottom. You may drag around to canvas to find the
|
shown at the bottom. You may drag around to canvas to find the
|
||||||
|
|
|
||||||
|
|
@ -413,13 +413,37 @@
|
||||||
align="right">
|
align="right">
|
||||||
<p id="special_color_options">
|
<p id="special_color_options">
|
||||||
On the far right are three special color options: <ul>
|
On the far right are three special color options: <ul>
|
||||||
<li>The "color picker" (which has an outline of an eye-dropper) allows you to pick a color found within your drawing. A shortcut key is available to access this feature quickly; see below. <li>The rainbow palette allows you to pick a color from within a box containing various saturations of every hue, along with a value level.</li>
|
<li>
|
||||||
<li>The "color mixer" (which has silhouette of a paint palette) allows you to create colors by blending primary additive colors — red, yellow, and blue — along with white (to "tint"), grey (to "tone"), and black (to "shade"). The ratios of colors added are shown at the bottom.</li>
|
<strong>Color Picker</strong><br/>
|
||||||
|
The "color picker" (which has an outline of an eye-dropper) allows you to pick a color found within your drawing.<br/>
|
||||||
|
(A shortcut key is available to access this feature quickly; see below.) </li>
|
||||||
|
<li>
|
||||||
|
<strong>Rainbow Palette</strong><br/>
|
||||||
|
The rainbow palette allows you to pick any color by choosing the hue, saturation, and value of the color you want. A box on the left displays hundreds of hues — from red at the top through to violet at the bottom — at hundreds of saturation/intensity levels — from pale & washed-out on the left through to pure on the right. A grey vertical bar provides access to hundreds of value levels — from lighest at the top through to darkest at the bottom.<br/>
|
||||||
|
Click the green checkbox button to select the color, or the "Back" button to dismiss the pop-up without picking a new color. <div class="screenshot-center">
|
||||||
|
<img src="../../html/images/colors_rainbow_palette.png"
|
||||||
|
width="542"
|
||||||
|
height="291"
|
||||||
|
alt="" />
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong>Color Mixer</strong><br/>
|
||||||
|
The "color mixer" (which has silhouette of a paint palette) allows you to create colors by blending primary additive colors — red, yellow, and blue — along with white (to "tint"), grey (to "tone"), and black (to "shade").<br/>
|
||||||
|
You may click any button multiple times (for example, <span class="white-space: nowrap;">red + red + yellow</span> results in a red-orange color). The ratios of colors added are shown at the bottom.<br/>
|
||||||
|
You can start over (reset to no colors in your picture) by clicking the "Clear" button. You can also undo or redo multiple steps of mixing, in case you made a mistake (without having to start over).<br/>
|
||||||
|
Click the green checkbox button to select the color, or the "Back" button to dismiss the pop-up without picking a new color. <div class="screenshot-center">
|
||||||
|
<img src="../../html/images/colors_mixer.png"
|
||||||
|
width="420"
|
||||||
|
height="320"
|
||||||
|
alt="" />
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p class="note">
|
||||||
When the active tool supports colors, a shortcut may be used to access the "color picker" option more quickly. Hold the <b><code>[Control]</code></b> key while clicking, and the color under the mouse cursor will be shown at the bottom. You may drag around to canvas to find the color you want. When you release the mouse button, the color under the cursor will be selected. If you release the mouse outside of the canvas (e.g., over the "Tools" area), the color selection will be left unchanged. (This is similar to clicking the"Back" button that's available when bringing up the "color picker" option via its button the color palette.) </p>
|
<span title="Keyboard shortcut">⌨</span> When the active tool supports colors, a shortcut may be used to access the "color picker" option more quickly. Hold the <b><code>[Control]</code></b> key while clicking, and the color under the mouse cursor will be shown at the bottom. You may drag around to canvas to find the color you want. When you release the mouse button, the color under the cursor will be selected. If you release the mouse outside of the canvas (e.g., over the "Tools" area), the color selection will be left unchanged. (This is similar to clicking the"Back" button that's available when bringing up the "color picker" option via its button the color palette.) </p>
|
||||||
|
|
||||||
<p class="note">
|
<p class="note">
|
||||||
<span title="Configuration option">⚙</span> <strong>Note:</strong> You can define your own colors for Tux Paint. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
<span title="Configuration option">⚙</span> <strong>Note:</strong> You can define your own colors for Tux Paint. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
||||||
|
|
|
||||||
BIN
docs/html/images/colors_mixer.png
Normal file
BIN
docs/html/images/colors_mixer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
BIN
docs/html/images/colors_rainbow_palette.png
Normal file
BIN
docs/html/images/colors_rainbow_palette.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
|
|
@ -157,20 +157,40 @@ Tux Paint の起動
|
||||||
flood-filling an area of the picture.)
|
flood-filling an area of the picture.)
|
||||||
|
|
||||||
On the far right are three special color options:
|
On the far right are three special color options:
|
||||||
* The "color picker" (which has an outline of an eye-dropper)
|
* Color Picker
|
||||||
allows you to pick a color found within your drawing. A
|
The "color picker" (which has an outline of an eye-dropper)
|
||||||
shortcut key is available to access this feature quickly; see
|
allows you to pick a color found within your drawing.
|
||||||
below.
|
(A shortcut key is available to access this feature quickly;
|
||||||
* The rainbow palette allows you to pick a color from within a
|
see below.)
|
||||||
box containing various saturations of every hue, along with a
|
* Rainbow Palette
|
||||||
value level.
|
The rainbow palette allows you to pick any color by choosing
|
||||||
* The "color mixer" (which has silhouette of a paint palette)
|
the hue, saturation, and value of the color you want. A box
|
||||||
|
on the left displays hundreds of hues — from red at the top
|
||||||
|
through to violet at the bottom — at hundreds of
|
||||||
|
saturation/intensity levels — from pale & washed-out on the
|
||||||
|
left through to pure on the right. A grey vertical bar
|
||||||
|
provides access to hundreds of value levels — from lighest at
|
||||||
|
the top through to darkest at the bottom.
|
||||||
|
Click the green checkbox button to select the color, or the
|
||||||
|
"Back" button to dismiss the pop-up without picking a new
|
||||||
|
color.
|
||||||
|
* Color Mixer
|
||||||
|
The "color mixer" (which has silhouette of a paint palette)
|
||||||
allows you to create colors by blending primary additive
|
allows you to create colors by blending primary additive
|
||||||
colors — red, yellow, and blue — along with white (to
|
colors — red, yellow, and blue — along with white (to
|
||||||
"tint"), grey (to "tone"), and black (to "shade"). The ratios
|
"tint"), grey (to "tone"), and black (to "shade").
|
||||||
of colors added are shown at the bottom.
|
You may click any button multiple times (for example, red +
|
||||||
|
red + yellow results in a red-orange color). The ratios of
|
||||||
|
colors added are shown at the bottom.
|
||||||
|
You can start over (reset to no colors in your picture) by
|
||||||
|
clicking the "Clear" button. You can also undo or redo
|
||||||
|
multiple steps of mixing, in case you made a mistake (without
|
||||||
|
having to start over).
|
||||||
|
Click the green checkbox button to select the color, or the
|
||||||
|
"Back" button to dismiss the pop-up without picking a new
|
||||||
|
color.
|
||||||
|
|
||||||
When the active tool supports colors, a shortcut may be used to
|
⌨ When the active tool supports colors, a shortcut may be used to
|
||||||
access the "color picker" option more quickly. Hold the [Control]
|
access the "color picker" option more quickly. Hold the [Control]
|
||||||
key while clicking, and the color under the mouse cursor will be
|
key while clicking, and the color under the mouse cursor will be
|
||||||
shown at the bottom. You may drag around to canvas to find the
|
shown at the bottom. You may drag around to canvas to find the
|
||||||
|
|
|
||||||
|
|
@ -413,13 +413,37 @@
|
||||||
align="right">
|
align="right">
|
||||||
<p id="special_color_options">
|
<p id="special_color_options">
|
||||||
On the far right are three special color options: <ul>
|
On the far right are three special color options: <ul>
|
||||||
<li>The "color picker" (which has an outline of an eye-dropper) allows you to pick a color found within your drawing. A shortcut key is available to access this feature quickly; see below. <li>The rainbow palette allows you to pick a color from within a box containing various saturations of every hue, along with a value level.</li>
|
<li>
|
||||||
<li>The "color mixer" (which has silhouette of a paint palette) allows you to create colors by blending primary additive colors — red, yellow, and blue — along with white (to "tint"), grey (to "tone"), and black (to "shade"). The ratios of colors added are shown at the bottom.</li>
|
<strong>Color Picker</strong><br/>
|
||||||
|
The "color picker" (which has an outline of an eye-dropper) allows you to pick a color found within your drawing.<br/>
|
||||||
|
(A shortcut key is available to access this feature quickly; see below.) </li>
|
||||||
|
<li>
|
||||||
|
<strong>Rainbow Palette</strong><br/>
|
||||||
|
The rainbow palette allows you to pick any color by choosing the hue, saturation, and value of the color you want. A box on the left displays hundreds of hues — from red at the top through to violet at the bottom — at hundreds of saturation/intensity levels — from pale & washed-out on the left through to pure on the right. A grey vertical bar provides access to hundreds of value levels — from lighest at the top through to darkest at the bottom.<br/>
|
||||||
|
Click the green checkbox button to select the color, or the "Back" button to dismiss the pop-up without picking a new color. <div class="screenshot-center">
|
||||||
|
<img src="../../html/images/colors_rainbow_palette.png"
|
||||||
|
width="542"
|
||||||
|
height="291"
|
||||||
|
alt="" />
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong>Color Mixer</strong><br/>
|
||||||
|
The "color mixer" (which has silhouette of a paint palette) allows you to create colors by blending primary additive colors — red, yellow, and blue — along with white (to "tint"), grey (to "tone"), and black (to "shade").<br/>
|
||||||
|
You may click any button multiple times (for example, <span class="white-space: nowrap;">red + red + yellow</span> results in a red-orange color). The ratios of colors added are shown at the bottom.<br/>
|
||||||
|
You can start over (reset to no colors in your picture) by clicking the "Clear" button. You can also undo or redo multiple steps of mixing, in case you made a mistake (without having to start over).<br/>
|
||||||
|
Click the green checkbox button to select the color, or the "Back" button to dismiss the pop-up without picking a new color. <div class="screenshot-center">
|
||||||
|
<img src="../../html/images/colors_mixer.png"
|
||||||
|
width="420"
|
||||||
|
height="320"
|
||||||
|
alt="" />
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p class="note">
|
||||||
When the active tool supports colors, a shortcut may be used to access the "color picker" option more quickly. Hold the <b><code>[Control]</code></b> key while clicking, and the color under the mouse cursor will be shown at the bottom. You may drag around to canvas to find the color you want. When you release the mouse button, the color under the cursor will be selected. If you release the mouse outside of the canvas (e.g., over the "Tools" area), the color selection will be left unchanged. (This is similar to clicking the"Back" button that's available when bringing up the "color picker" option via its button the color palette.) </p>
|
<span title="Keyboard shortcut">⌨</span> When the active tool supports colors, a shortcut may be used to access the "color picker" option more quickly. Hold the <b><code>[Control]</code></b> key while clicking, and the color under the mouse cursor will be shown at the bottom. You may drag around to canvas to find the color you want. When you release the mouse button, the color under the cursor will be selected. If you release the mouse outside of the canvas (e.g., over the "Tools" area), the color selection will be left unchanged. (This is similar to clicking the"Back" button that's available when bringing up the "color picker" option via its button the color palette.) </p>
|
||||||
|
|
||||||
<p class="note">
|
<p class="note">
|
||||||
<span title="Configuration option">⚙</span> <strong>Note:</strong> You can define your own colors for Tux Paint. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
<span title="Configuration option">⚙</span> <strong>Note:</strong> You can define your own colors for Tux Paint. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue