colored
colored copied to clipboard
Add Serialize and Deserialize impls to Color under `serde` feature flag
I have a use case where I want to serialize the whole struct with a color and currently there is no way to do that. This PR adds a feature serde_derive that adds derived implementations of Serialize and Deserialize traits to Color.