[Preprocessor] Fix color channel
This fixes bugs introduced by commit 38e6503f.
- Removing ambiguity in Base between
color_channel
attribute andcolor_channel
method (-> changed tochange_color_channel
method) - Patching tests to send a list of arrays to Base.transform, not an array (as required)