You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
thebookofshaders/16/README.md

20 lines
505 B
Markdown

## Image operations
Below you will see some examples with images where you can play around and uncomment some lines to see the corresponding results.
### Invert
<div class="codeAndCanvas" data="inv.frag" data-textures="00.jpg,01.jpg"></div>
### Add, Substract, Multiply and others
![](02.jpg)
<div class="codeAndCanvas" data="operations.frag" data-textures="00.jpg,01.jpg"></div>
### PS Blending modes
![](03.jpg)
<div class="codeAndCanvas" data="blend.frag" data-textures="04.jpg,05.jpg"></div>