You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just trying to average the red, green, blue primaries using chroma.average and I was expecting the result to be [120, 1, 1]. Instead I got [116.57, 1, 1].
Red hue = 0
Green hue = 120
Blue hue = 240
So, I was expecting the average hue to be (0 + 120 + 240) / 3 = 360 / 3 = 120.
Am I missing something here?
The text was updated successfully, but these errors were encountered:
Hi,
I was just trying to average the red, green, blue primaries using chroma.average and I was expecting the result to be [120, 1, 1]. Instead I got [116.57, 1, 1].
Red hue = 0
Green hue = 120
Blue hue = 240
So, I was expecting the average hue to be (0 + 120 + 240) / 3 = 360 / 3 = 120.
Am I missing something here?
The text was updated successfully, but these errors were encountered: