I am subtracting, multiplying, and adding colors to a shader but all the final output options are in color4, but the Vertex β Fragment of the sprite only has Color3 and Alpha. Is there a way in which i can add a color4 to the fragment or a module that will allow me to add the color4 input and then from there transfer RGB to color3 and the alpha to alpha?