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
{{ message }}
This repository was archived by the owner on Feb 21, 2026. It is now read-only.
I am trying to apply Tint using EffectFactory.EFFECT_TINT
below is the code I am using
val hue = effectFactory.createEffect(EffectFactory.EFFECT_TINT)
hue.setParameter("tint", Color.argb(255, 6, 206, 249)))
using the above code, tint is getting applied. but I tried giving alpha(0-255) values as 50, 100, 150, and 200. The intensity of the color is always the same.