bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#70963: [PATCH] Add Oklab color space utility functions in color.el.


From: Robert Church
Subject: bug#70963: [PATCH] Add Oklab color space utility functions in color.el.
Date: Wed, 15 May 2024 09:58:27 -0700

This patch adds functions to convert to and from the Oklab perceptual color space to color.el. Oklab preserves the perceived brightness ot a color as the hue and saturation change. It is especially useful for programmatically generating color schemes, and can be used directly in CSS in current web browsers.

Oklab is described here: https://bottosson.github.io/posts/oklab/

Attachment: 0001-Add-Oklab-color-space-utility-functions-in-color.el.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]