From 43aae0f70e2b1b485a1104e91f7d76d756ddec95 Mon Sep 17 00:00:00 2001 From: gpittman Date: Fri, 22 Jun 2012 00:10:04 +0000 Subject: editing/adding/rearranging manual info about editing colors git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17602 11d20701-8431-0410-a711-e3c959e3b870 --- scribus/doc/en/add_colors.html | 53 ++++++++++++++++++---------------- scribus/doc/en/color1.html | 30 ++++--------------- scribus/doc/en/color2.html | 6 ++-- scribus/doc/en/color_editing.html | 21 ++++++++++++++ scribus/doc/en/images/add_colors4.png | Bin 0 -> 30966 bytes scribus/doc/en/images/add_colors6.png | Bin 0 -> 53356 bytes scribus/doc/en/images/add_colors7.png | Bin 0 -> 8882 bytes scribus/doc/en/menu.xml | 8 +++-- 8 files changed, 62 insertions(+), 56 deletions(-) create mode 100644 scribus/doc/en/color_editing.html create mode 100644 scribus/doc/en/images/add_colors4.png create mode 100644 scribus/doc/en/images/add_colors6.png create mode 100644 scribus/doc/en/images/add_colors7.png (limited to 'scribus/doc') diff --git a/scribus/doc/en/add_colors.html b/scribus/doc/en/add_colors.html index 289300c..cc6bbdb 100644 --- a/scribus/doc/en/add_colors.html +++ b/scribus/doc/en/add_colors.html @@ -6,6 +6,31 @@

Adding and Editing Colors

If you are looking for instructions on how to change an entire color palette, then go here. +

Manual Methods

+

From the Color Picker

+

The little eyedropper on the toolbar activates the color picker, after which clicking on some spot on the screen grabs its color. You can expect to be presented with a dialog asking for a name for this color. If you don't name it, the color will not be added, even if you click OK

+

+

New Color

+

Here again is our Colors dialog we saw in the last article (brought up with Edit > Colors). Click tne New button, and you then see the Edit Color dialog. Give it a unique name, then use the sliders to adjust the hue and saturation. You can also click somewhere in the rainbow area for a quick approximation of what you're looking to achieve. Click OK to add this new color to your palette. Keep in mind that using this method, your palette will only apply to this document – having said this, below we'll see how to import a palette from a saved file.

+

You have 3 Color Models to choose from: RGB, CMYK, and Web Safe RGB. This last choice limits the values to those which will display the same on 8-bit and 16-bit color systems.

+ + + + + +
+
+

Borrowing a Color from another Palette

+ + + +

If you click the button in the upper right of the Edit Color dialog, an extremely long list of choices appears, consisting of all the color sets available in Scribus. Now click one of these colors and its name and RGB/CMYK values are your new color. Many of the color sets contain proprietary spot colors.

+ +

+

Duplicate

+

In the Colors dialog above, click a color you wish to modify. This will of course bring up Edit Color, but click Cancel, so that you can go back and click Duplicate. Now your color name will show as Copy of ... and you can edit in the various ways we have shown and change the name.

+

Getting Rid of Colors

+

You can do this individually, by highlighting a color then clicking Delete, or you might consider reducing the number of colors on the list by clicking Remove Unused, which deletes any colors you have not actually used in your document.

Automatic and Semi-automatic Methods

From another document

If you begin with a previously saved document, you will use its color set. If you extrapolate from this fact, then you might choose to open a document, delete its content, and File Save As under a new name.

@@ -19,10 +44,10 @@ You could also consider that when you import a page from another document, its c

 

 

 

In this example, following import of an SVG, we take a look at the Colors dialog (Edit > Colors), so that we can point out some particulars.

We started out with the Scribus Basic color set, then imported an SVG, which has added these colors which begin with FromSVG. Scribus does not ask you for your Ok to do this – for one thing, consider the job this would create for a many-colored graphic.

- +

In case you only want to import the colors from a vector file (EPS and variants, PS), or from suitable palette files [AI (Adobe Illustrator) GPL (Gimp color palettes), SOC (OpenDocument color palettes), or a suitably formatted Scribus XML description], this would also bean option by selecting Import in the Colors dialog.

Notice the many blacks we have here, yet each is unique. Our newly added black, FromSVG#000000, is an RGB black, all the others are CMYK blacks. If you hover your mouse cursor over each one, you will see the differences.

- +
@@ -36,28 +61,6 @@ You could also consider that when you import a page from another document, its c
C%M%Y%K%
Warm Black06030100
- -

 

Let's go a bit further here and edit a color. Either left-click or right-click on a color, and you bring up this dialog. In this particular case, you might just want to change the color name to something more meaningful. On the other hand, there is useful information in this name, considering that the hex value ‘80’ corresponds to decimal ‘128’.

-

You have 3 color models to choose from: RGB, CMYK, and Web Safe RGB. This last choice limits the values to those which will display the same on 8-bit and 16-bit systems.

-

The last thing we will mention here is the sliders to the right of the dialog for changing RGB or CMYK values. You can also click on the rainbow display, then make fine adjustments with the sliders. As you make changes, the color in the box labeled New adjusts. Click OK to switch, or Cancel to stay with the Old

-
-

From the Color Picker

-

The little eyedropper on the toolbar activates the color picker, after which clicking on some spot on the screen grabs its color. You can expect to be presented with a dialog asking for a name for this color. If you don't name it, the color will not be added, even if you click OK

-

-

Manual Methods

-

New Color

- - - - - -

Here again is our Colors dialog. This time, click tne New button.

-

Click the button in the upper right of the Edit Color dialog, and an extremely long list of choices appears, consisting of all the color sets available in Scribus. Now click one of these colors and its name and RGB/CMYK values are your new color. Many of the color sets contain proprietary spot colors.

- -

-

Duplicate

-

In the Colors dialog above, click a color you wish to modify. This will of course bring up Edit Color, but click Cancel, so that you can go back and click Duplicate. Now your color name will show as Copy of ... and you can edit in the various ways we have shown and change the name.

-

Getting Rid of Colors

-

You can do this individually, by highlighting a color then clicking Delete, or you might consider reducing the number of colors on the list by clicking Remove Unused, which deletes any colors you have not actually used in your document.

+ diff --git a/scribus/doc/en/color1.html b/scribus/doc/en/color1.html index 3619d31..9f8a6bb 100644 --- a/scribus/doc/en/color1.html +++ b/scribus/doc/en/color1.html @@ -1,17 +1,11 @@ - Editing and Managing Solid Colors + Color Palettes -

Editing and Managing Solid Colors (1)

- - - - - - -
Please note that this chapter is not about color management, but about the editing and managing of color fills. Color management is described in a separate chapter.
+

Color Palettes

+
Please note that this chapter is not about color management, but about the editing and managing of color fills. Color management is described in a separate chapter.

Within Scribus there are several methods to create, import and edit solid colors and color sets. Moreover, Scribus has a well developed tool, the Color Wheel plug-in, which helps with creating color harmonies and even testing them for people with color blindness.

Why Color Sets?

The answer to the question in the headline is closely related to the answer to a more basic question, namely: “What is a color?” The truth is, there is no simple answer to that question, as a “color” can be described in hundreds of ways, for example as a combination of wavelengths, a combination of color values within a certain “color model”, as a category in a framework based on aesthetical rules etc. As a result, many different so-called “color models” have been developed over the course of time, many of which have become part of a discipline called “color science,” a science that is itself a “meta-science,” as it requires input from many different disciplines, including physics, neuro-science, biology, mathematics, engineering, and even art, artisanry or literature. “Color” is actually one of a few cases, in which artists like Johann Wolfgang von Goethe or Albert Henry Munsell contributed significantly to scientific progress.

@@ -68,20 +62,6 @@ -
-

Editing Colors and Color Palettes

-

When you create and save a new document, all the colors that are availabe in the dialog Edit > Colors will be stored in that document. This is an important detail, because any changes to a color palette will only affect the current document. The selection or creation of a new default palette will be described in the next section.

-

If you choose Edit > Colors from the menu bar for the first time and with a new document open, Scribus will bring up the following dialog:


-

-

To the left you see the list of colors in the selected default color set, which is the palette “Scribus Basic”. The list view contains a preview of every color, a color model indicator, indicators for special colors (spot, registration), and finally the name of the color. If color management is active, you may also see a warning sign between the color preview and the color model icon, indicating that a color is out of gamut.

-

To the right you see various editing options for your color palette, starting with the “Import” button at the top. Clicking on it brings up a file dialog, where you can select various sources for colors. These sources can either be existing Scribus files or color palettes in one of the following formats: Encapsulated PostScript (EPS), PostScript (PS), Adobe Illustrator (AI), OpenDocument Color Palettes (SOC) or GIMP Color Palettes (GPL). Note that importing a color palette does not replace the existing colors. Instead, the colors will be added to the existing palette:

-

-

You can also create a new color yourself and add it to the existing palette by clicking on the “New” button. This will bring up the color editor:

-

-

Here you can insert a name for the new color and select a color model (CMYK, RGB and web-safe RGB, the latter being almost irrelevant today, even if you are creating a PDF for the world-wide web). In the lower right section you see three or four (depending on the selected color model) color sliders to modify the color values. Of course you can also insert numerical color values directly. At the top of the dialog you see a so-called “HSV Color Map,” which allows for creating a color by clicking somewhere on the colored field. “HSV” is an abbreviation for “Hue, Saturation, Value”, which is another way to describe colors in the RGB color model. If you click on the drop-down list, you will see that you can also select a color from one of the installed color palettes.

-

To use the “Edit” and “Duplicate” options you have to select a color from the list. The dialog that will appear is identical to the one for new colors.

-

Deleting a color from the list can be risky, since the color may have already been applied to an item or text in a document. Thus, Scribus will always ask for a replacement color, a mechanism that’s similar to Edit > Replace Colors, which is described in the section on importing vector drawings:


-

-

The final editing option is called “Remove Unused,” which is also described in the vector import section.

-

If you click “OK”, the changes to the color list will be saved in your Scribus document, while clicking “Cancel” will leave the list untouched.

\ No newline at end of file + + diff --git a/scribus/doc/en/color2.html b/scribus/doc/en/color2.html index 07669ca..85b72d2 100644 --- a/scribus/doc/en/color2.html +++ b/scribus/doc/en/color2.html @@ -1,10 +1,10 @@ - Editing and Managing Solid Colors (2) + Managing Color Sets -

Editing and Managing Solid Colors (2)

+

Managing Color Sets

Changing the Default Color Palette

To change the default color palette, make sure that no Scribus document is open. Then open the Color Manager (Edit > Colors):

@@ -38,4 +38,4 @@ C:\Users\username\.scribus\swatches\locked.

If the folder locked doesn’t exist, you have to create it.

- \ No newline at end of file + diff --git a/scribus/doc/en/color_editing.html b/scribus/doc/en/color_editing.html new file mode 100644 index 0000000..d153906 --- /dev/null +++ b/scribus/doc/en/color_editing.html @@ -0,0 +1,21 @@ + + + + Editing Colors + + +

Editing Colors

+

This is a brief introduction and orientation to the Colors dialog, which you activate by selecting Edit > Colors from the menu. Note that this has two modes. The one you may already be familiar with is its use when you already have a document open, and this will be discussed in this section. When you create and save a new document, all the colors that are availabe in the dialog Edit > Colors will be stored in that document. This is an important detail, because any changes to a color palette will only affect the current document.

+

The other mode for Edit > Colors is when you have no document open. In that situation, you can change your default palette or create a new one. The selection or creation of a new default palette will be described in Managing Colors, under the section Color Palettes.

+

If you choose Edit > Colors from the menu for the first time with a document open, Scribus will bring up the following dialog:

+ + + + + +

On the left side of this dialog you see the list of colors in the selected default color set, which is the palette “Scribus Basic”. The list view contains a preview of every color, a color model indicator, indicators for special colors (spot, registration), and finally the name of the color. If color management is active, you may also see a warning sign between the color preview and the color model icon, indicating that a color is out of gamut.

+

On the right side of the dialog you see various editing options for your color palette, starting with the Import button at the top. Clicking on it brings up a file dialog, where you can select various sources for colors. These sources can either be existing Scribus files or color palettes in one of the following formats (see the file extensions below): Encapsulated PostScript (EPS), PostScript (PS), Adobe Illustrator (AI), OpenDocument Color Palettes (SOC) or GIMP Color Palettes (GPL). Note that importing a color palette does not replace the existing colors. Instead, the colors will be added to the existing palette.

Now that we have had this brief introduction, we can now move on to editing and adding colors (and then maybe editing some more) to our color palette. +

+ + + diff --git a/scribus/doc/en/images/add_colors4.png b/scribus/doc/en/images/add_colors4.png new file mode 100644 index 0000000..b4a4f6f Binary files /dev/null and b/scribus/doc/en/images/add_colors4.png differ diff --git a/scribus/doc/en/images/add_colors6.png b/scribus/doc/en/images/add_colors6.png new file mode 100644 index 0000000..c8d115f Binary files /dev/null and b/scribus/doc/en/images/add_colors6.png differ diff --git a/scribus/doc/en/images/add_colors7.png b/scribus/doc/en/images/add_colors7.png new file mode 100644 index 0000000..124a37c Binary files /dev/null and b/scribus/doc/en/images/add_colors7.png differ diff --git a/scribus/doc/en/menu.xml b/scribus/doc/en/menu.xml index 537b382..b7876b5 100644 --- a/scribus/doc/en/menu.xml +++ b/scribus/doc/en/menu.xml @@ -45,16 +45,18 @@ - - + + + + + - -- cgit