This package browser is in early development. Mind the rough edges.

emacs-hexrgb 0

Emacs functions to convert color formats

HexRGB provides functions for converting between RGB (red, green, blue) color components and HSV (hue, saturation, value) color components. More accurately, it converts Emacs color components (whole numbers from 0 through 65535), RGB and HSV floating-point components (0.0 through 1.0), Emacs color-name strings (such as "blue") and hex RGB color strings (such as "#FC43A7912").

Installation

Install emacs-hexrgb 0 as follows:

guix install emacs-hexrgb@0

Or install the latest version:

guix install emacs-hexrgb

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.