material-foundation / material-color-utilities

Color libraries for Material You
Apache License 2.0
1.57k stars 134 forks source link

Why is Hue at 0° not red? #150

Closed hanhanxue closed 1 month ago

hanhanxue commented 1 month ago

Tested out converting HCT (h: 0, c: 120, tone: 50) to sRGB and red channel is 1.0 and blue channel is 0.5. Shouldn't it be rgb(1.0, 0.0, 0.0)?

I was expecting Hue at 0° to be red like most other color spaces..