summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Fanning <stevemfanning@yahoo.co.uk>2020-05-31 10:48:00 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-06-08 18:54:42 +0200
commit1db1f9baa638c1d615352a810bac549f58cd4c51 (patch)
tree3be03e71392d1ebfce85fe70e55c97d06eda8ca7
parent(func_findb.xhp) Include square brackets in syntax section to indicate option... (diff)
downloadhelp-1db1f9baa638c1d615352a810bac549f58cd4c51.tar.gz
help-1db1f9baa638c1d615352a810bac549f58cd4c51.zip
(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> (cherry picked from commit 6a31cba2f22a5a7cf60c1590b1189423fed285b3) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95727 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
-rw-r--r--source/text/scalc/01/func_color.xhp2
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"/>