Convert colors to semitransparent colors.
转换颜色为半透明的颜色。
用法----------Usage----------
alphablend(col, alpha = NULL, bg = NULL)
参数----------Arguments----------
参数:col
a vector specifying colors.
一个向量指定颜色。
参数:alpha
a numeric vector containing the alpha values (between 0 and 1).
一个数值向量含有的α值(0和1之间)。
参数:bg
the background color to be used for alphablending. This can be used as a workaround for graphics devices that do not support semitransparent colors.
的背景颜色被用于alphablending。这可以被用来作为一种变通方法为图形设备不支持半透明的颜色。
值----------Value----------
a vector containing the semitransparent colors.
一个向量,包含半透明颜色。