Skip to content

Add palette percentage

Choose a tag to compare

@LanceGin LanceGin released this 22 May 14:18
· 21 commits to master since this release

the palette Array will show the percentage of each color.

The old

[(R, G, B), (R, G, B), ...]

Now

[(percentage, (R, G, B)), (percentage, (R, G, B)), ...]