gem
Color representations and conversions.
Examples
use *;
let mut red_box_50x50 = vec!;
// Make a semi-transparent blue box in the middle of the image
for y in 0..50

Contributing
This project uses just to run commands the same way as the CI:
cargo just checkto check formatting and lints.cargo just coverageto generate and preview code coverage.cargo just docto generate and preview docs.cargo just testto run tests.
For a full list of commands, see the Justfile.