Registry / utility / zng-color

zng-color

JSON →
library0.14.0rscratesunverified

Part of the zng project.

# Cargo.toml [dependencies] zng-color = "0.14.0"
INSTALL
IMPORT
SIG · ZNG-COLOR
Z
zng-color
utilityrustv0.14.0
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.

Color
use zng_color::Color;

Creating a color from RGB values.

use zng_color::Color; fn main() { let color = Color::from_rgb(255, 0, 0); println!("{:?}", color); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.14.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
32
Resources
zng-color — cargo add zng-color · libregistry