You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using a group of filters using val mCurrentConfig = "@adjust brightness 0 @adjust contrast 1 @adjust saturation 1 #unpack @blur lerp 0 @adjust sharpen 0 @adjust exposure 0"
I want to add a custom filter to this group as well (vibrance filter). Can anyone tell me how I can add it in the same group as these standard filters so the final result is a combination of all these filters? (mCurrentConfig + vibrance custom)
The text was updated successfully, but these errors were encountered:
I am currently using a group of filters using
val mCurrentConfig = "@adjust brightness 0 @adjust contrast 1 @adjust saturation 1 #unpack @blur lerp 0 @adjust sharpen 0 @adjust exposure 0"
I want to add a custom filter to this group as well (vibrance filter). Can anyone tell me how I can add it in the same group as these standard filters so the final result is a combination of all these filters? (mCurrentConfig + vibrance custom)
The text was updated successfully, but these errors were encountered: