new tinter based on CIE L,u,v color space
This commit is contained in:
parent
ae68e5c7e4
commit
f5cd9b0575
2 changed files with 428 additions and 36 deletions
|
|
@ -52,7 +52,7 @@ const int color_hexes[NUM_COLORS][3] = {
|
|||
{ 33, 148, 33}, /* Green */
|
||||
{138, 168, 205}, /* Sky blue */
|
||||
{ 0, 0, 255}, /* Blue */
|
||||
{ 96, 0, 128}, /* Purple */
|
||||
{128, 0, 128}, /* Purple */
|
||||
{255, 0, 255}, /* Magenta */
|
||||
{128, 96, 0}, /* Brown */
|
||||
{226, 189, 166}, /* Tan */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue