material-color-utils 0.1.3

Color libraries for Google's Material You
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[macro_use]
pub mod color_spec;
pub mod color_spec_2021;
pub mod color_spec_2025;
pub mod color_spec_2026;
pub mod color_specs;
pub mod contrast_curve;
pub mod dynamic_color;
pub mod dynamic_scheme;
pub mod material_dynamic_colors;
pub mod tone_delta_pair;
pub mod variant;