[Libreoffice-commits] help.git: source/text

Steve Fanning (via logerrit) logerrit at kemper.freedesktop.org
Sun May 31 14:22:31 UTC 2020


 source/text/scalc/01/func_color.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6a31cba2f22a5a7cf60c1590b1189423fed285b3
Author:     Steve Fanning <stevemfanning at yahoo.co.uk>
AuthorDate: Sun May 31 10:48:00 2020 +0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Sun May 31 16:22:11 2020 +0200

    (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 at libreoffice.org>

diff --git a/source/text/scalc/01/func_color.xhp b/source/text/scalc/01/func_color.xhp
index fced92ec0..f7c7b1358 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"/>


More information about the Libreoffice-commits mailing list