This commit is contained in:
Nate Butler
2022-04-02 01:05:28 -04:00
parent b721472991
commit 2af313c8e2
7 changed files with 252 additions and 254 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ export function colorRamp(
.scale([startColor, color, endColor])
.domain([0, 0.5, 1])
.mode("hsl")
.gamma(1)
.correctLightness(true)
.gamma(0.2)
// .correctLightness(true)
.padding([0, 0.15]);
}