BlendMode SCREEN = const BlendMode(gl.ONE, gl.ONE_MINUS_SRC_COLOR, "screen")

Multiplies the complement (inverse) of the display object color by the complement of the background color, resulting in a bleaching effect.

This setting is commonly used for highlights or to remove black areas of the display object.