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
When converting from Okhsva to Srgba using the clamped into_color with a color that has zero value, you get NaN for the Srgb components. I would expect this to return black. If the Okhsva value is even slightly non-zero it works as expected.
When converting from Okhsva to Srgba using the clamped into_color with a color that has zero value, you get NaN for the Srgb components. I would expect this to return black. If the Okhsva value is even slightly non-zero it works as expected.
How To Reproduce
Expected Outcome
c2 should represent black.
Actual Outcome
All components of c2 are NaN.
Additional Details
Using palette 0.7.1;
The text was updated successfully, but these errors were encountered: