Color Remap
Shifts a single color to a target color while preserving luminance, acting as a surgical hue replacement.
Color Remap finds pixels near a source color and shifts them toward a destination color. The hue tolerance controls how wide the affected range is, and the feather softens the transition at the edges of that range.
Unlike Palette Remap (which generates multiple variants), Color Remap produces a single output with one color changed. It preserves luminance by default, so shading and highlights stay intact.
Parameters
Section titled “Parameters”Pins
Color
Color to match
Replacement color
Matching
Hue distance (degrees) around the source color to include
Minimum saturation for a pixel to be considered
Soft falloff at the tolerance boundary
Restore original luminance after the hue swap
Mask
How the mask is sized when it doesn't match the image. None: center at native size, no scaling. Stretch: scale to exactly match image dimensions. Fit: scale to fit inside image, preserving aspect ratio. Fill: scale to fill image, cropping overflow
Usage Tips
Section titled “Usage Tips”- Use the eyedropper to pick the exact source color from the image.
- Raise Min Saturation to avoid remapping gray/neutral pixels that happen to be near the source hue.
- Increase feather for a smoother transition between remapped and unaffected areas.
- Connect a mask input to limit the color replacement to specific regions of the image.