Skip to content

Instantly share code, notes, and snippets.

@transcendr
Created April 13, 2018 19:41
Show Gist options
  • Save transcendr/2b1052947cd0a8b997e2cf87828b6752 to your computer and use it in GitHub Desktop.
Save transcendr/2b1052947cd0a8b997e2cf87828b6752 to your computer and use it in GitHub Desktop.
p5 color fn output
// 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