colored icon indicating copy to clipboard operation
colored copied to clipboard

Add Serialize and Deserialize impls to Color under `serde` feature flag

Open vv9k opened this issue 4 years ago • 0 comments

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.

vv9k avatar Mar 14 '21 14:03 vv9k