sunjay / turtle

Create Animated Drawings in Rust
http://turtle.rs
Mozilla Public License 2.0
562 stars 53 forks source link

Add saturate and desaturate methods #74

Closed stevepentland closed 6 years ago

stevepentland commented 6 years ago

Done in relation to #59.

Adds saturate and desaturate methods to Color. Includes tests and docs for both new methods.