vertex colour data is very cheap, including the alpha, the expensive bit is how you use the data, since translucency is expensive. but if your just using the vertex colour for a texture blend, or for actual colour it is very cheap. just costs a little more memory for the mesh, since it needs to store a additional 3 4…