kylebarron / deck.gl-raster

deck.gl layers and WebGL modules for client-side satellite imagery analysis
https://kylebarron.dev/deck.gl-raster/
MIT License
85 stars 10 forks source link

Support masking after colormap with alpha is applied #73

Open zakjan opened 3 years ago

zakjan commented 3 years ago

Usecase:

modules: [
    ...
    colormap,
    maskImage,
],

Multiply mask and colormap with alpha.