From 9af00af70fd43ddf017680f522fde1fd1947c11e Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 26 Aug 2025 16:57:29 +0000 Subject: [PATCH] docs: remove the comment about Color Vision Deficiency correction Color Vision Deficiency correction has been removed from https://xmpp.org/extensions/xep-0392.html in version 0.8.0, see the reasoning there. --- src/color.rs | 3 --- 1 file changed, 3 deletions(-) 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};