Skip to content

[Preprocessor] Fix color channel

Laurent COLBOIS requested to merge fix-color-channel into master

This fixes bugs introduced by commit 38e6503f.

  • Removing ambiguity in Base between color_channelattribute and color_channel method (-> changed to change_color_channel method)
  • Patching tests to send a list of arrays to Base.transform, not an array (as required)

Merge request reports