summaryrefslogtreecommitdiffstats
path: root/source/text/scalc/01/func_color.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'source/text/scalc/01/func_color.xhp')
-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"/>