设置颜色的 alpha 值(透明度)。
范围取决于 colorMode()。在默认的 RGB 模式下,它的值介于 0 到 255 之间。
示例
语法
setAlpha(alpha)
参数
alpha
数字:
新的 alpha 值。
This page is generated from the comments in src/color/p5.Color.js . Please feel free to edit it and submit a pull request!