Pixel Place Tools
이 스크립트는 직접 설치하는 용도가 아닙니다. 다른 스크립트에서 메타 지시문 // @require https://update.greasyfork.org/scripts/443807/1046399/PPT.js을(를) 사용하여 포함하는 라이브러리입니다.
Variable: PPT || window.PPT
PPT.zero // 0xCCCCCC, color of locked pixels
PPT.palette // new Uint32Array(), all excluded pixels equals PPT.zero
PPT.wheel // next pixel from palette
PPT.RGB2P(r, g, b) // closest pixel to current r,g,b value
PPT.CLR2P(color) // closes pixel to current 0xFFFFFF value
// variables needed to draw next primitives
PPT.timer
PPT.map
PPT.pixel
PPT.size
PPT.innerSize
PPT.speed
// primitives
PPT.square(x,y,callback)
PPT.ring(x,y,callback)
PPT.shader(callback)
PPT.image(pixels, x,y,w,h, callback)