ct.el icon indicating copy to clipboard operation
ct.el copied to clipboard

color tools for emacs

Results 5 ct.el issues
Sort by recently updated
recently updated
newest added

see https://github.com/neeasade/ct.el/issues/9 For the generated functions, I'm thinking I may have a `ct--docstring-format` function for wrapping at 80 cols and making sure the first line is a sentence

- an explicit rgb to sRGB conversion function (or gamma correction function) - CMYK? Peter's color notes have what he describes as a /very rough/ set of RGB CMYK conversion...

Hi, Thanks for your work on this library. It looks very useful. A quick suggestion: many of the functions' docstrings are written like, "Get foo," but it would be more...

## 0.3 - oklab support built upon color.el's feature addition ([link](https://git.savannah.gnu.org/cgit/emacs.git/commit/lisp/color.el?id=c5e5940ba40b801270bbe02b92576eac36f73222)) - improved docstrings - easier docgen for future me - git worktree add docs docs todo: - [ ]...

the ct-point-* functions are pointless if they don't come with hydras. Maybe we should create a function to generate them? example of one below: ``` (defhydra ct/hsluv (:color pink :hint...