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 check
to check formatting and lints.cargo just coverage
to generate and preview code coverage.cargo just doc
to generate and preview docs.cargo just test
to run tests.
For a full list of commands, see the Justfile
.