return float4(lerp(rgba.rgb / 12.92f, pow((rgba.rgb + 0.055f) / 1.055f, 2.4f), step(0.04045f, rgba.rgb)), rgba.a); ...
Note: Deprecated separate tokens support is only there for backward compatibility and might be removed in a future version of this module. You can replace the {env.CF_*} placeholders with the actual ...