diff --git a/src/color.rs b/src/color.rs index f52c529ea..d211a4261 100644 --- a/src/color.rs +++ b/src/color.rs @@ -3,9 +3,6 @@ //! This is similar to Consistent Color Generation defined in XEP-0392, //! but uses OKLCh colorspace instead of HSLuv //! to ensure that colors have the same lightness. -//! -//! Color Vision Deficiency correction is not implemented as Delta Chat does not offer -//! corresponding settings. use colorutils_rs::{Oklch, Rgb, TransferFunction}; use sha1::{Digest, Sha1};