mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 15:26:30 +03:00
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.
This commit is contained in:
@@ -3,9 +3,6 @@
|
|||||||
//! This is similar to Consistent Color Generation defined in XEP-0392,
|
//! This is similar to Consistent Color Generation defined in XEP-0392,
|
||||||
//! but uses OKLCh colorspace instead of HSLuv
|
//! but uses OKLCh colorspace instead of HSLuv
|
||||||
//! to ensure that colors have the same lightness.
|
//! 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 colorutils_rs::{Oklch, Rgb, TransferFunction};
|
||||||
use sha1::{Digest, Sha1};
|
use sha1::{Digest, Sha1};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user