From 1855c986461918b9ccac692e8d80a6d4b8c8ff3e Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 8 May 2017 03:20:53 +0200 Subject: tdf#107077 New help page for the 'Pick a Color' window Change-Id: I18ccf5444aee8d6dbdbfc98102524ef8f46ffd44 TODO: correct the howtoget section Reviewed-on: https://gerrit.libreoffice.org/37369 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot (cherry picked from commit bf3f3bd7b3428fc1c9bc0ec47d1b0962f059e747) Reviewed-on: https://gerrit.libreoffice.org/38222 Reviewed-by: Gabor Kelemen Tested-by: Gabor Kelemen --- source/text/shared/optionen/01010501.xhp | 141 +++++++++++++++++++------------ 1 file changed, 85 insertions(+), 56 deletions(-) diff --git a/source/text/shared/optionen/01010501.xhp b/source/text/shared/optionen/01010501.xhp index 107cb1a682..32e2d49210 100644 --- a/source/text/shared/optionen/01010501.xhp +++ b/source/text/shared/optionen/01010501.xhp @@ -22,79 +22,108 @@ -Color +Selecting a new color /text/shared/optionen/01010501.xhp - -Sun Microsystems, Inc. - -Color -defining;colors +Selecting a new color + +defining;colors colors;selection colors;adding -Allows you to define your own colors using the two-dimensional graphic and numerical gradient chart. - Click OK to display the newly defined color in the preview box of the Colors register, where you can then decide if you want to add or replace the new color in the current color palette.UFI: make this a guide file plus ref link + + +%PRODUCTNAME let you to define custom colors using a two-dimensional graphic and numerical gradient chart of the Pick a Color dialog. Click OK to display the newly defined color in the New preview box of the Colors tab, where you can then decide if you want to add or replace the new color in the current color palette.
-Color Window -In the two big color windows, you click to select a new color. You can select the color in the left or the right color window as you wish. -In the right color window, you will see the entire color spectrum from the left to the right, with the colors at the top being fully saturated and the colors at the bottom being unsaturated. -In the left color window, you will see a selection of colors, displaying a progressive spectrum, varying between the four colors in the four corners of this window. You can change the colors in the four corners as follows: - +Pick a Color Window +The Pick a Color Dialog window consist of four main areas. + + + +The radio buttons select the color component of the color. This color component can be expressed in either RGB (Red, Green, Blue) or HSB (Hue, Saturation, Brightness) color models. The CMYK color model is not selectable are provided only to ease the input of color values using CMYK notation. + -Click the corner of the field in which you want to change the color. +The spin buttons are for entering the numerical value of the color component. -In the right color window, click the desired new color for the corner field or enter the values, which define the color, in the numeric input fields. + +With the vertical color component slider you can modify the value of each component of the color. With the large colored square you can select the color component approximatively. -Apply the color selected on the right to the small field that is marked in the left color window by clicking the <-- button. +The horizontal bottom color bar shows the current color and the new color, side by side. -The gradient in the left color window is immediately adjusted with respect to hue, saturation, and brightness. + + +Click in the big color area on the left to select a new color. Using this selector area you can modify two components of the color as represented in the RGB or HSB color models. Note that these are the two components not selected with the radio buttons on the right side of the dialog. + + +In the right part of the bottom bar, you will see the original color from the parent tab, Colors. + + +In the left part of the bottom bar, the current result of your work in this dialog is visible. + %PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation. - -<-- -Click the <-- button to replace the selected color in the color palette with the color selected at the right. The button is enabled when you select a color in one of the four corners. - ---> -Sets the small selection cursor in the right window on the color, which corresponds to the selected color in the left window and updates the respective values in the numerical fields. - -Cyan -Sets the Cyan color value in the CMYK color model. - -Magenta -Sets the Magenta color value in the CMYK color model. - -Yellow -Sets the Yellow color value in the CMYK color model. - - -Key -Sets the Black color value or key (black) in the CMYK color model. - -Red -Sets the Red color value in the RGB color model. - -Green -Sets the Green color value in the RGB color model. - -Blue -Sets the Blue color value in the RGB color model. - -Color -Sets the Hue in the HSB color model. - -Saturation -Sets the Saturation in the HSB color model. - -Luminance -Sets the Brightness in the HSB color model. - -In the left preview field, you will see the original color from the parent tab, Colors. In the right preview field, you will always see the current result of your work in this dialog. + +RGB + +Red + +Sets the Red component modifiable on the vertical color slider, and the Green and Blue components in the two dimensional color picker field. Allowed values are 0 to 255. +Set the Red color value directly. Allowed values are 0 to 255. + +Green + +Sets the Green component modifiable on the vertical color slider, and the Green and Blue components in the two dimensional color picker field. Allowed values are 0 to 255. +Set the Green color value directly. Allowed values are 0 to 255. + +Blue + +Sets the Red component modifiable on the vertical color slider, and the Green and Blue components in the two dimensional color picker field. Allowed values are 0 to 255. +Set the Blue color value directly. Allowed values are 0 to 255. + + +Hex # +Displays and sets the color value in the RGB color model expressed as a hexadecimal number. + +HSB + +Hue + +Sets the Hue component modifiable on the vertical color slider, and the Saturation and Brightness components in the two dimensional color picker field. Values are expressed in degrees from 0 to 359. +Set the Hue directly in the HSB color model. Values are expressed in degrees from 0 to 359. + +Saturation + +Sets the Saturation component modifiable on the vertical color slider, and the Hue and Brightness components in the two dimensional color picker field. Values are expressed in percent ( 0 to 100). +Set the Saturation directly in the HSB color model. Values are expressed in percent ( 0 to 100). + +Brightness + +Sets the Brightness component modifiable on the vertical color slider, and the Hue and Saturation components in the two dimensional color picker field. Values are expressed in percent ( 0 to 100). +Set the Brightness directly in the HSB color model. Values are expressed in percent ( 0 to 100). + +CMYK + + +Cyan +Set the Cyan color value as expressed in the CMYK color model. + + +Magenta +Set the Magenta color value as expressed in the CMYK color model. + + +Yellow +Set the Yellow color value as expressed in the CMYK color model. + + +Key +Set the Black color value or key (black) as expressed in the CMYK color model. +
-- cgit