I want to dynamically change each of the three RGB values seperately.
Make 3 variables, for example: myR, myG, myB and put they in the rgb expression.
rgb(myR, myG, myB), now you can put the rgb expression where you want and alter each variable separately
.
If this is not what you want, could you provide an example what you want to achieve.