Skip to content

Commit 102c5d1

Browse files
committed
Add: yk-color library
1 parent 2ab44f7 commit 102c5d1

File tree

2 files changed

+79
-4
lines changed

2 files changed

+79
-4
lines changed

README.org

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ You can read this Org file directly on the [[https://github.com/alphapapa/emacs-
2424
- [[#buffers][Buffers]]
2525
- [[#checkers--linters][Checkers / linters]]
2626
- [[#collections-lists-vectors-hash-tables-etc][Collections (lists, vectors, hash-tables, etc.)]]
27+
- [[#color][Color]]
2728
- [[#data-structure][Data structure]]
2829
- [[#date--time][Date / Time]]
2930
- [[#debugging][Debugging]]
@@ -613,6 +614,27 @@ Streams could be created from any sequential input data:
613614

614615
**** [[id:a58f65dc-d4a4-4a40-a573-a66a28f3619c][=with-dict=, =with-plist-vals=]]
615616

617+
** Color :color:
618+
619+
*** Libraries :libraries:
620+
621+
**** [[https://github.com/yurikhan/yk-color][yk-color: Linear RGB color manipulation]]
622+
623+
Includes these functions:
624+
625+
+ =yk-color-adjust=
626+
+ =yk-color-adjust-rgb=
627+
+ =yk-color-blend=
628+
+ =yk-color-blend-rgb=
629+
+ =yk-color-contrast-ratio=
630+
+ =yk-color-contrast-ratio-rgb=
631+
+ =yk-color-from-rgb=
632+
+ =yk-color-relative-luminance=
633+
+ =yk-color-relative-luminance-rgb=
634+
+ =yk-color-rgb-to-srgb=
635+
+ =yk-color-srgb-to-rgb=
636+
+ =yk-color-to-rgb=
637+
616638
** Data structure :data_structure:
617639

618640
*** Articles :articles:
@@ -3360,6 +3382,7 @@ sorted. FUNCTION must be a function of one argument."
33603382
:LOGBOOK:
33613383
- State "TODO" from [2019-10-05 Sat 12:20]
33623384
:END:
3385+
33633386
* Code
33643387
:PROPERTIES:
33653388
:TOC: 0

index.html

Lines changed: 56 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)