Just trying out different image filters and I want to create a saturation affect. I understand in tint() you can change saturation hue and brightness however I am having trouble getting it to work with PImage as it keeps on using normal r g b values, so I get a green image or blue etc. I understand you have to switch to HSB from RGB, how would I switch to HSB colour mode and would affect an PImages colour?
I was just wondering is it possible to setup a video array to load multiple videos into my patch similar to using a PImage array for as many images as required.