Created
April 13, 2018 19:41
-
-
Save transcendr/2b1052947cd0a8b997e2cf87828b6752 to your computer and use it in GitHub Desktop.
p5 color fn output
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
// p5.color(255) | |
{ | |
"mode":"rgb", | |
"maxes":{ | |
"rgb":[ | |
255, | |
255, | |
255, | |
255 | |
], | |
"hsb":[ | |
360, | |
100, | |
100, | |
1 | |
], | |
"hsl":[ | |
360, | |
100, | |
100, | |
1 | |
] | |
}, | |
"_array":[ | |
1, | |
1, | |
1, | |
1 | |
], | |
"levels":[ | |
255, | |
255, | |
255, | |
255 | |
], | |
"name":"p5.Color" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment