diff options
author | Steve Fanning <stevemfanning@yahoo.co.uk> | 2020-05-31 10:48:00 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-31 16:22:11 +0200 |
commit | 6a31cba2f22a5a7cf60c1590b1189423fed285b3 (patch) | |
tree | bed1b6c37cfeb37e1fa6c9e4c74f355722c52dca | |
parent | cae5dda033a7b19ecdb37a8abc571f31a5b798d4 (diff) |
(func_color.xhp) Include square brackets in syntax section to indicate optional parameter.
Change-Id: I648260ba137015b29443944c983aac16f497b7d6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95207
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/scalc/01/func_color.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/func_color.xhp b/source/text/scalc/01/func_color.xhp index fced92ec06..f7c7b13582 100644 --- a/source/text/scalc/01/func_color.xhp +++ b/source/text/scalc/01/func_color.xhp @@ -36,7 +36,7 @@ <paragraph id="par_id1102201617001848" role="paragraph" xml-lang="en-US"><ahelp hid=".">Return a numeric value calculated by a combination of three colors (red, green and blue) and the alpha channel, in the RGBA color system.</ahelp> The result depends on the color system used by your computer.</paragraph> </section> <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> - <paragraph id="par_id27421466710275" role="code" xml-lang="en-US">COLOR(Red; Green; Blue; Alpha)</paragraph> + <paragraph id="par_id27421466710275" role="code" xml-lang="en-US">COLOR(Red; Green; Blue [; Alpha])</paragraph> <paragraph id="par_id242131304318587" role="paragraph" xml-lang="en-US"><emph>Red, Green and Blue</emph> – required arguments. The value for the red, green and blue components of the color. The values must be between 0 and 255. Zero means no color component and 255 means full color component.</paragraph> <paragraph id="par_id242131304315587" role="paragraph" xml-lang="en-US"><emph>Alpha</emph> – optional argument. The value for the alpha channel or alpha composite. Alpha is a integer value between 0 and 255. The value of zero for alpha means the color is fully transparent, whereas a value of 255 in the alpha channel gives a fully opaque color.</paragraph> <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> |