Registry / utility / colorous

colorous

JSON →
library1.0.16rscratesunverified

Professional color schemes ported from d3-scale-chromatic for data visualization.

# Cargo.toml [dependencies] colorous = "1.0.16"
INSTALL
IMPORT
SIG · COLOROUS
C
colorous
utilityrustv1.0.16
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Scheme
use colorous::Scheme;

Iterates over the Category10 color scheme.

use colorous::{Scheme, CATEGORY10}; let colors = CATEGORY10; for color in colors.iter() { println!("{:?}", color); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.16latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
colorous — cargo add colorous · libregistry