From 1db1f9baa638c1d615352a810bac549f58cd4c51 Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Sun, 31 May 2020 10:48:00 +0200 Subject: (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 (cherry picked from commit 6a31cba2f22a5a7cf60c1590b1189423fed285b3) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95727 Reviewed-by: Ilmari Lauhakangas --- source/text/scalc/01/func_color.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ Return a numeric value calculated by a combination of three colors (red, green and blue) and the alpha channel, in the RGBA color system. The result depends on the color system used by your computer. - COLOR(Red; Green; Blue; Alpha) + COLOR(Red; Green; Blue [; Alpha]) Red, Green and Blue – 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. Alpha – 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. -- cgit