PImage & colorMode() Issue
in
Programming Questions
•
2 years ago
Hey,
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?
Cheers
1