Hue & Saturation Effect

The Hue & Saturation effect manipulates colors in HSL color space, allowing you to shift hues, adjust saturation, and modify lightness.

Parameters

Hue

RangeDefaultEffect
-180° to +180°0Rotates all colors around the color wheel

Example shifts:

  • +30° — Warm shift (reds → oranges, blues → purples)
  • +90° — Quarter turn (reds → greens)
  • +180° — Complementary colors (reds → cyans)

Saturation

RangeDefaultEffect
-100 to +1000Negative desaturates, positive increases vibrancy. -100 = grayscale.

Lightness

RangeDefaultEffect
-100 to +1000Negative darkens, positive brightens. Extremes produce pure black/white.

Color Range

Controls which cells are affected:

ModeDescription
AllApply to all cell colors
TextOnly affect text (foreground) colors
BackgroundOnly affect background colors
CustomSpecify a custom color range

Keyframing

All three HSL parameters support keyframe animation. Animate hue shift over time for color cycling effects, or transition from full color to grayscale by keyframing saturation from 0 to -100.

Common Recipes

  • Saturation: -100
  • Hue and Lightness: 0

Produces a full monochrome version.

Creative Uses

  • Day to night — Shift hue toward blue (+200°), reduce saturation (-20), decrease lightness (-20)
  • Muted/pastel — Saturation -30 to -50, Lightness +10 to +20
  • Neon/vibrant — Saturation +30 to +50
  • Color cycling animation — Keyframe hue from 0° to 360° across the timeline
Warning

Very high saturation values can cause colors to clip. Use moderate values for best results.