Greasy Fork is available in English.
Pixel Place Tools
当前为
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.icu/scripts/443807/1042790/PPT.js
use it with PPML
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.getPixel(r, g, b) // closest pixel to current r,g,b value
PPT.getPixelColor(color) // closes pixel to current 0xFFFFFF value