Closed ali77gh closed 4 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.42%. Comparing base (
c906255
) to head (efbe4af
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Ops! CI failed. I will make another commit to fix it ASAP.
RGB to CMYK conversion
Description
RGB to CMYK Color format algorithm is implemented.
Type of change
Checklist:
cargo clippy --all -- -D warnings
just before my last commit and fixed any issue that was found.cargo fmt
just before my last commit.cargo test
just before my last commit and all tests passed.mod.rs
file within its own folder, and in any parent folder(s).DIRECTORY.md
with the correct link.COUNTRIBUTING.md
and my code follows its guidelines.