simple little gem:
a rolloff you can use in your slap comp to get control over your highlights
“` #bind layer src? val=0 #bind layer !&dst
@KERNEL { float4 color=@src; float alpha=color.w; color=1-exp(-color); color.w=alpha; @dst.set(color); }
“`