What is the best way to set a channel of a mat to a value while letting the other channels to their current value?
For example, if I have a 4 channel Mat and for some reason I need to set one of the channels to a value, but with the others retaining their current values, what operations are the best?
Thanks!