COLOR

返回 RGBA 颜色系统中由三种颜色 (红色、绿色和蓝色) 和 alpha 通道组合计算的数值。结果与您计算机所使用的颜色系统相关。

语法

COLOR(Red; Green; Blue [; Alpha])

红色、绿色和蓝色 – 必填参数。颜色的红色、绿色和蓝色成分的值。值必须介于 0 和 255 之间。零表示没有该颜色成分, 255 表示完整的颜色成分。

Alpha – 可选参数。alpha 通道或 alpha 合成的值。alpha 是介于 0 和 255 之间的整数值。alpha 的值为零表示颜色完全透明, 而 alpha 通道值为 255 则给出完全不透明的颜色。

示例

COLOR(255;255;255;1)」返回 33554431

COLOR(0;0;255;0)」返回 255

COLOR(0;0;255;255)」返回 4278190335

COLOR(0;0;400;0)」返回 Err:502 (无效参数) 因为蓝色值大于 255。

Technical information

tip

This function is available since LibreOffice 4.4.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

ORG.LIBREOFFICE.COLOR

请支持我们!