Created
October 11, 2021 13:48
-
-
Save gfwilliams/203fe0c3768b5df1b09b0769bf7d2c4c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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