Registry / utility / batbox-color

batbox-color

JSON →
library0.16.0rscratesunverified

Provides utilities for working with colors, including conversion and manipulation.

# Cargo.toml [dependencies] batbox-color = "0.16.0"
INSTALL
IMPORT
SIG · BATBOX-COLOR
B
batbox-color
utilityrustv0.16.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 batbox_color::Color;

Creates a new RGB color.

use batbox_color::Color; fn main() { let red = Color::new(255, 0, 0); println!("Red color created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
2
Resources
batbox-color — cargo add batbox-color · libregistry