P5.js 日本語リファレンス(pixelDensity)
このページでは「P5.js 日本語リファレンス」 の pixelDensity関数を説明します。
pixelDensity()
説明文
高ピクセル密度ディスプレイのピクセルスケーリングを設定します。デフォルトでは、ピクセル密度はディスプレイ密度と一致するように設定されています。これをオフにするには pixelDensity(1) を呼び出します。引数なしで pixelDensity() を呼び出すと、スケッチの現在のピクセル密度が返されます。
構文
pixelDensity(val)
pixelDensity()
パラメタ
- val
Number:ピクセルスケーリング値
例
function setup() {
pixelDensity(1);
createCanvas(100, 100);
background(200);
ellipse(width / 2, height / 2, 50, 50);
}
実行結果
著作権
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) に従います。
Author And Source
この問題について(P5.js 日本語リファレンス(pixelDensity)), 我々は、より多くの情報をここで見つけました https://qiita.com/bit0101/items/81c550e1448bc0361ba7著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .