linebender / piet

An abstraction for 2D graphics.
Apache License 2.0
1.26k stars 94 forks source link

Make gradient stops hashable #454

Closed raphlinus closed 3 years ago

raphlinus commented 3 years ago

Implement Hash and Eq traits on gradient stops, which implies doing the same for colors. This facilitates creating a cache of baked gradient ramps.

Closes #450