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)를 따릅니다.

    좋은 웹페이지 즐겨찾기