]> git.donarmstrong.com Git - qmk_firmware.git/commit
Fixing hsv_to_rgb where s = 0 and v < 255 (#5915)
authorXScorpion2 <rcalt2vt@gmail.com>
Sun, 19 May 2019 16:11:08 +0000 (11:11 -0500)
committerDrashna Jaelre <drashna@live.com>
Sun, 19 May 2019 16:11:08 +0000 (09:11 -0700)
commitf11fde9bf5898a09201042d612caaff8d4692bb9
treeadf5fd5ec0fb3fd9f492068ae13c2daa744c87b7
parent0099bbf9a64a0b4df1093f528481bff39af2c80d
Fixing hsv_to_rgb where s = 0 and v < 255 (#5915)

* Fixing hsv to rgb where s is 0 and v is < 255

* Update color.c
quantum/color.c