replace()
Either replaces non empty cells with pattern
, or pattern1
filled cells with pattern2
.
replace(pattern)
replace(pattern1, pattern2)
pattern1 | p5.Image | p5.Graphics | p5.Color | array | object | string | number |
pattern2 | p5.Image | p5.Color | array | object | string | number |