Expand description

An RGB color triplet struct that can be used with serde.

Currently just an ugly, hacky wrapper around the crate css_color_parser2 to make it support hexadecimal strings with or without a leading # as well as CSS color names, but as an RGB struct rather than an RGBA struct.

Structs

An RGB color which can be serialized into and deserialized from a hexadecimal color string.