As is well known (see https://www.youtube.com/watch?v=fVsONlc3OUY ), the Northern Lights or Auroral displays appear as variations of several colours (generally pale green and pink). Is there a possibility that a colour variation effect can be introduced onto an existing image of the Northern Lights using Mathematica. One possibility is to employ an animation where the pale green gradually changes to pink and vice versa. A naïve choice is as follows
Manipulate[ImageEffect[image, {"Solarization", x}], {{x, 0.5}, 0, 1}] However the Solarization technique is not convincing. Would appreciate better techniques of showing a colour changing effect.

ColorFunction -> "AuroraColors"perhaps? $\endgroup$