If you're using Unity, you need your engineer to write a shader that interprets vertex colors differently.
The default shader (Spine/Skeleton) that Spine is bundled with multiplies vertex colors with texture color. Hence the multiply blend effect.
Note that the default shader is a PMA shader. If you want to write your own shader, make sure the export from Spine matches its requirements.