Update javadoc for screen blend mode.

This commit is contained in:
Hannes Nevalainen 2014-07-01 19:19:53 +02:00
parent ccb946e65d
commit 9027b748eb

View File

@ -181,7 +181,7 @@ public class RenderState implements Cloneable, Savable {
* Opposite effect of Modulate/Multiply. Invert both colors, multiply and * Opposite effect of Modulate/Multiply. Invert both colors, multiply and
* then invert the result. * then invert the result.
* <p> * <p>
* Result = 2 * Source Color * Dest Color -> (GL_ONE, GL_ONE_MINUS_SRC_COLOR) * Result = 1 - (1 - Source Color) * (1 - Dest Color) -> (GL_ONE, GL_ONE_MINUS_SRC_COLOR)
*/ */
Screen Screen
} }