branch: externals/colorful-mode
commit f238805dcd4367a50f3b5e05b1f10f943030ab91
Author: Elías Gabriel Pérez <eg642...@gmail.com>
Commit: Elías Gabriel Pérez <eg642...@gmail.com>

    ; * colorful-mode.el: Remove comments.
---
 colorful-mode.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/colorful-mode.el b/colorful-mode.el
index 4437e091e9..be645bf257 100644
--- a/colorful-mode.el
+++ b/colorful-mode.el
@@ -464,7 +464,6 @@ L, A and B must be floats divided by 100."
            (srgb (color-xyz-to-srgb x y z))
            (rgb (mapcar #'color-clamp srgb)))
       (apply #'color-rgb-to-hex rgb))))
-;; (colorful--oklab-to-hex 0.5574 0.14 0) 55.74% 0.14 0 => #b31a4af270af
 
 (defun colorful--oklch-to-hex (l c h)
   "Convert OKLCH color (L, C, H) to HEX format.
@@ -474,7 +473,6 @@ H must be a float not divided."
          (a (* c (cos h-rad)))
          (b (* c (sin h-rad))))
     (colorful--oklab-to-hex l a b)))
-;; (colorful--oklch-to-hex 0.5574 0.1406 360) 55.74% 0.1406 360 => 
#b31a4af270af
 
 (defun colorful--hex-to-name (hex)
   "Return HEX as color name."

Reply via email to