remove testing comment copy of code

This commit is contained in:
Anthony Lieuallen 2022-11-22 08:53:31 -05:00
parent 6a9fa5b7cb
commit d4efeaf887
1 changed files with 0 additions and 1 deletions

View File

@ -240,7 +240,6 @@ function renderWheel() {
// Based on https://stackoverflow.com/a/54522007/91238 .
// I've tweaked it to spread out some of the colors (especially they greys)
// that don't fit well into a true H/S wheel.
//let colorRadius = Math.pow((s+v)/2, 1.5)/1.11 * radius;
let colorRadius = (s + v/5)*0.75 * radius;
let colorAngle = h/360 * 2 * Math.PI;