Skip to content

Instantly share code, notes, and snippets.

@gfwilliams
Created October 11, 2021 13:48
Show Gist options
  • Save gfwilliams/203fe0c3768b5df1b09b0769bf7d2c4c to your computer and use it in GitHub Desktop.
Save gfwilliams/203fe0c3768b5df1b09b0769bf7d2c4c to your computer and use it in GitHub Desktop.
// HSB test
for (var y=0;y<176;y+=4)
for (var x=0;x<176;x+=4)
g.setColor.apply(g,E.HSBtoRGB(x/176.0,y/176.0,1,1).map(x=>x/256)).fillRect(x,y,x+3,y+3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment