Skip to content

Instantly share code, notes, and snippets.

@djfumberger
Created March 13, 2016 23:09
Show Gist options
  • Save djfumberger/ed0fc12420338dc95df6 to your computer and use it in GitHub Desktop.
Save djfumberger/ed0fc12420338dc95df6 to your computer and use it in GitHub Desktop.
Filter spec
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