After a few snags with how to solve a few issues between Java and JavaScript I am ready to put my 0.3 patch into review-requested mode. Here is a quick summary of what I’ve added for this patch release.
- copy()
- blend()
- blit_resize() helper function for blend and copy
- intersect() helper function for blend
- filter_new_scanline() helper function for blend
- filter_bilinear() helper function for blend
- blendColor()
- rgbaToInt(), mix(), peg() helper functions for blendColor
- blendColor() blending modes : replace, blend, add, subtract, lightest, darkest, difference, exclusion, multiply, screen, hard_light, soft_light, overlay, dodge, burn.
- screen()
A test for blendColor() is up right now but I can’t test blend and copy until I get PImage code from Anna.
The code is currently posted to my wiki until PImage gets pushed into the library. Then I can test some of the code that I cant right now.
Be back in January for 0.4-1.0 next semester !