提取颜色对象的 alpha 通道。
参数: color - 颜色对象。
color
返回: float 0-1
float
例子: alpha(rgba(10, 20, 30, 0.5))
alpha(rgba(10, 20, 30, 0.5))
输出: 0.5
0.5