alpha

概要

p5.jsリファレンス(参考情報)

[p5.js] alpha

サンプル

def setup
  background(220)

  noStroke
  c = color(0, 126, 255, 102)
  fill(c)
  rect(15, 15, 35, 70)

  value = alpha(c)      # Sets 'value' to 102
  fill(value)
  rect(50, 15, 35, 70)
end

構文

戻値