diff options
| author | yum <yum.food.vr@gmail.com> | 2024-09-28 01:46:34 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-09-28 01:46:34 -0700 |
| commit | db11ed0901600e316ac54c2e2d8fdeec46c8af68 (patch) | |
| tree | 04d796108edbbd3594b97c8e7889c76affcba103 /oklab.cginc | |
| parent | 7842e7db948fb46b17afa0ccc63a8807b2269b6c (diff) | |
Add letter grid gimmick
Diffstat (limited to 'oklab.cginc')
| -rw-r--r-- | oklab.cginc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oklab.cginc b/oklab.cginc index c91204d..1b453af 100644 --- a/oklab.cginc +++ b/oklab.cginc @@ -29,7 +29,7 @@ #ifndef __OKLAB_INC #define __OKLAB_INC -#if defined(_OKLAB) +#if defined(_OKLAB) || defined(_GIMMICK_LETTER_GRID_COLOR_WAVE) // Utilities relating to the OKLAB color space, as defined here: // https://bottosson.github.io/posts/oklab/ |
