Suggestion for CC. It's about the shaders. If possible, I like to have so that it can use multiple value in the same line instead of one. Example, the color replacer.
It's currently like this.
old red - 128
old green- 128
old blue - 64
new red - 255
new green - 255
new blue- 128
old RGB 128,128,64
new RGB 255,255,128