silvaren / easyrs

Convenience RenderScript tools for processing common Android formats such as Bitmap and NV21.
MIT License
153 stars 26 forks source link

Cannot instantiate the Lut3DParams.Cube #4

Closed Vensent closed 6 years ago

Vensent commented 6 years ago

When I tried to use the method Lut3D.apply3dLut , I found I cannot instantiate a Lut3DParams.Cube

Anyway, I admit this is a very good tool.

But, please make improvement.

silvaren commented 6 years ago

Good catch, thanks for your contribution!

rishabhMaltare commented 6 years ago

Similar thing for LutParams.RGBALut(rLut, gLut, bLut, aLut) too. Cannot instantiate it.

silvaren commented 6 years ago

@rishabhMaltare also true. I will setup my Android environment to fix and release a new version with the fixes soon after I come back from holidays. Feel free to open a pull request about it if you feel like it :)