Fade from color to color?

hey guys, is there a way I can fade the camera manually? I want to fade the camera from current color to other color. Not from transparent to color or color to transparent

for example yellow->green. The way fadeout works is that it goes to yellow, then goes back to normal color, then goes to green. I don’t want to go back to normal color, I want to transition directly from yellow to green.

I want to do something like this: https://codepen.io/metagrapher/pen/tgcLl

Like this test case?
You have to transit each color component RGB individual, then assemble RGB to tint color 0xRRGGBB.
Or use this plugin