- SDK Help Center
- Effect Construction
- Effect Creation
How to change color on .png texture in Effect Constructor
You can take your color from png and blend it with the needed color. In effect retouch.frag find snippet of your texture sampling like:
vec4 tex_color = texture(custom_tex, var_uv_bg_uv.xy)
and blend it with the other color.