Created
March 13, 2016 23:09
-
-
Save djfumberger/ed0fc12420338dc95df6 to your computer and use it in GitHub Desktop.
Filter spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
images = [ | |
{ | |
sourceImage: true | |
alpha: 1.0 | |
}, | |
{ sourceImage: true | |
alpha: 0.3 | |
blendMode: “screen” | |
filter: [ | |
gradientMap: “color-map.png” | |
] | |
}, | |
{ image: “some-gradient.png” | |
alpha: 0.5 | |
blendMode: “normal” | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment