開発:BASICトランスパイラー。フィルターの雲模様1を追加。機能は少し多くなってます。
10 SCREEN img(),240,160 FILL 255,255,255,255
20 c1()=[30,80,180,255]
30 c2()=[255,255,255,255]
40 out()=FILTER("雲模様",img(),c1(),c2(),100,1,2,100)
50 SAVEIMAGE
This prompt uses a reference image — add your own for best results (optional; it still works without one).