diff options
| author | yum <yum.food.vr@gmail.com> | 2024-10-04 16:38:29 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-10-04 16:40:24 -0700 |
| commit | 54cf2749759045b646282c5e28139510d3e7783e (patch) | |
| tree | 87b3ca6906bc7e50d5863d66eeb24b40a592b059 /oklab.cginc | |
| parent | 2abd9eab29964137a9b77365486aaa210b9217f5 (diff) | |
Add audiolink chroma gimmick
Enable displaying chroma as a solid color on the base/forward pass
and/or the outline pass.
Also:
* add optional mask for mochie reflection strength
* update README with dev instructions
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 1b453af..f35d634 100644 --- a/oklab.cginc +++ b/oklab.cginc @@ -29,7 +29,7 @@ #ifndef __OKLAB_INC #define __OKLAB_INC -#if defined(_OKLAB) || defined(_GIMMICK_LETTER_GRID_COLOR_WAVE) +#if defined(_OKLAB) || defined(_GIMMICK_LETTER_GRID_COLOR_WAVE) || defined(_GIMMICK_AL_CHROMA_00_HUE_SHIFT) // Utilities relating to the OKLAB color space, as defined here: // https://bottosson.github.io/posts/oklab/ |
