diff options
author | elioat <hi@eli.li> | 2024-11-14 15:59:47 -0500 |
---|---|---|
committer | elioat <hi@eli.li> | 2024-11-14 15:59:47 -0500 |
commit | da1e5099c6b917351f4872fe3640a2802e118d6a (patch) | |
tree | bc968c16cbfaf0d421d5bfd2be2b8e9968a416d0 /js | |
parent | 55a0c1442ab7b3fa6347f6f4844a169f0e80ad7f (diff) | |
download | tour-da1e5099c6b917351f4872fe3640a2802e118d6a.tar.gz |
Diffstat (limited to 'js')
-rw-r--r-- | js/lut-cam/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/lut-cam/index.html b/js/lut-cam/index.html index ac578c5..0f2e2a0 100644 --- a/js/lut-cam/index.html +++ b/js/lut-cam/index.html @@ -96,8 +96,8 @@ <option value="lut6">Subtle Yellow Tone</option> <option value="lut7">Desaturated</option> <option value="lut8">Saturated</option> - <option value="lut9">Cool Tint</option> - <option value="lut10">Warm Tint</option> + <!-- <option value="lut9">Cool Tint</option> + <option value="lut10">Warm Tint</option> --> <option value="lut11">Greyscale</option> <option value="lut12">Sepia</option> <option value="lut13">High Contrast</option> |