function setup() {
colorMode(HSB);
createCanvas(windowWidth, windowHeight);
angleMode(DEGREES);
background(0);
strokeWeight(10);
P.setPalette("hiroshige");
}
function draw() {
SIZE = 100;
translate(windowWidth / 2, windowHeight / 2);
background(0, 0.1);
let XLOC = 0;
noStroke();
fill(P.getI(0));
rect(XLOC, -300, SIZE, SIZE);
stroke(P.getI(1));