このページではP5.js 日本語リファレンス の beginClip()〜endClip()を説明します。
beginClip()〜endClip()
説明文
endClip()以降で描画される内容の一部をマスクする(覆い隠す)ための形状を定義します。
構文
beginClip(options);
ここにマスク形状を定義する
endClip();
パラメタ
- options
invert:false
: マスク形状で覆い隠す(デフォルト)
invert:true
: マスクを反転する(falseで覆い隠していた部分のみを描画する)
戻り値
例
著作権
p5.js was created by Lauren McCarthy and is developed by a community of collaborators, with support from the Processing Foundation and NYU ITP. Identity and graphic design by Jerel Johnson.
ライセンス
Creative Commons(CC BY-NC-SA 4.0) に従います。