RGBA
- 网络颜色值;浮点精度;彩色分量
RGBA
-
In this case , use the rgba notation to set not just the color , but also the alpha value .
在本例中,使用rgba标记来设置颜色,以及alpha值(这是颜色的透明度,稍后我们讨论奇妙的CSS3世界时还将介绍这个参数)。
-
Note : For this example , you can leave the Usage format to the default setting of RGBA .
注:在这个例子中,你可以保留RGBA的默认设置(这里说的是使用格式)。
-
Both of these colors use the rgba function to specify the red-green-blue values , plus an alpha transparency value .
这两种颜色都使用rgba函数来指定“红-绿-蓝”值,以及一个alpha透明度值。