Hi!
We use C generic runtime and OpenGL. There are no problems with normal and additive blend modes, we use glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA) and glBlendFunc(GL_SRC_ALPHA, GL_ONE) respectively.
What OpenGL settings should we use for multiply blend in order scene to look as in Spine Editor?