From db11ed0901600e316ac54c2e2d8fdeec46c8af68 Mon Sep 17 00:00:00 2001 From: yum Date: Sat, 28 Sep 2024 01:46:34 -0700 Subject: Add letter grid gimmick --- oklab.cginc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oklab.cginc') 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/ -- cgit v1.2.3