processing-postfx
processing-postfx copied to clipboard
A shader based postFX library for processing.
Results
11
processing-postfx issues
Sort by
recently updated
recently updated
newest added
Render an other texture onto the current texture with different blend modes (idea by @b2renger). ```java PGraphics texture1; PGraphics texture2; fx.render(texture1) .brightnessContrast(0.1f, 1.0f) .blend(BlendMode.SCREEN, texture2) .compose(passResult); ``` Here a list...
feature
shader