No, actually I have the colors I want it to change to, I just want the audio to drive it.
I can’t locate the thread right now, but the expression I followed is below. That gives the gradual change I’m talking about
maxAudio = 70;
minColor = [255,205,47,255]/255;
maxColor = [213,116,45,255]/255;
aud = thisComp.layer("Audio Amplitude").effect("Both Channels")("Slider");
linear(aud,0,maxAudio,minColor,maxColor)