Name Description Size Coverage
color_function.rs Output of parsing a color function, e.g. rgb(..), hsl(..), color(..) 25312 95 %
component.rs Parse/serialize and resolve a single color component. 8630 93 %
convert.rs Color conversion algorithms. Algorithms, matrices and constants are from the [color-4] specification, unless otherwise specified: https://drafts.csswg.org/css-color-4/#color-conversion-code NOTE: Matrices has to be transposed from the examples in the spec for use with the `euclid` library. 29743 99 %
gamut 88 %
gamut.rs Gamut mapping. <https://drafts.csswg.org/css-color-4/#gamut-mapping> 8914 88 %
mix.rs Color mixing/interpolation. 20546 94 %
mod.rs Color support functions. 27653 87 %
parsing.rs Parsing for CSS colors. 25650 94 %
to_css.rs Write colors into CSS strings. 10626 99 %