Skip to content

Commit

Permalink
Edit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivordir committed Jul 3, 2024
1 parent 3988487 commit 0259436
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions okolors/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
//!
//! To clarify, the [`Oklab`] colorspace is used to quantize the colors in all cases.
//! The methods above just determine what colorspace you want the final colors converted into.
//!
//! All of the color types present in the public API for this crate
//! (like [`Srgb`] or [`Oklab`] are from the [`palette`] crate.
//! You can check it out for more information. For example, its documentation
//! should provide you everything you need to know to [cast](palette::cast)
//! a `Vec<Srgb<u8>>` into a `Vec<[u8; 3]>`.

#![deny(unsafe_code, unsafe_op_in_unsafe_fn)]
#![warn(
Expand Down

0 comments on commit 0259436

Please sign in to comment.