easyrs icon indicating copy to clipboard operation
easyrs copied to clipboard

Opacity?

Open jeetdholakia opened this issue 7 years ago • 2 comments

Is there a way to set opacity on either LUT or 3D LUT? The Android docs do not have an alpha channel in 3D LUT but they do for LUT...

jeetdholakia avatar Jun 18 '18 22:06 jeetdholakia

Hi @jeetdholakia ! Yes they should work with alpha channels, check https://github.com/silvaren/easyrs/blob/master/easyrs/src/main/java/io/github/silvaren/easyrs/tools/params/SampleParams.java for an example on how to build the LUTs to use with the library.

silvaren avatar Jun 21 '18 23:06 silvaren

Yes, I tried using the opacity parameter but the more opacity I used, the whiter it made the image. What I was hoping for is a result similar to choosing filter strength in photo editing apps, but I guess the Android SDK does not work like that. Any guesses?

jeetdholakia avatar Jun 23 '18 19:06 jeetdholakia