Hi!
I am still very new to vvvv and want to modify some shaders.
I need to access single color components of a color vector to use them for non-vector type calculations.
So for a given color “float4 c1” I want to access e.g. the red, blue, green or depth component individually.
I thougt maby there is a notation like c1.0 or c1.r or c1.red. Is there a way to do this?