So far, the alpha channel was always set to 255 in the exported .ply file independent of the actual alpha channel of the vertex color.
With this commit, the alpha channel is now exported correctly.
The corresponding import code is already correct and a roundtrip of a simple model with alpha vertex color now works as expected.