p5
p5 copied to clipboard
Implemented mising blending filters
I have researched missing blending filter formulae and implemented them.Please have a look.
The code looks okay to me. But before I test things out, I have comments:
- Could you do a merge request against the
develop
branch? - It would be nice to have some examples to go with the code. Add them here: (https://github.com/p5py/p5-examples). I usually use the following convention with examples:
- if it's from the examples section from Processing (Java) (https://processing.org/examples/) then it goes in the folder with the appropriate section name (so
basics/math/additive_wave.py
is a port of https://processing.org/examples/additivewave.html) - If it's from the reference section, it goes in the reference folder (with a similar folder structure as (i))
- if it's from the examples section from Processing (Java) (https://processing.org/examples/) then it goes in the folder with the appropriate section name (so
ok I am working on both the points you mentioned. Sir My code is related to image directory inside examples.I am going to add examples for each blend mode.
I have made pull request to develop branch of p5py and also added new examples for each blending mode I've implemented.I have created a pull request to develop branch of p5-examples. Please review it.