fix: use linear interpolation for intensity so intensity=0 is filter:none

This commit is contained in:
Keith Solomon
2026-08-06 15:51:41 -05:00
parent 4572abfcd1
commit b738d7d6da
3 changed files with 77 additions and 61 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export const PRESETS = [
slug: 'vivid',
label: 'Vivid',
color: '#e63946',
cssFilter: 'saturate(2.0) contrast(1.3) brightness(1.0) hue-rotate(-5deg)',
cssFilter: 'saturate(2.0) contrast(1.3) hue-rotate(-5deg)',
},
{
slug: 'fade',