Values

Add

Adds the value of pixels corresponding to the Light2D to the values of pixels under it. This is the common behavior of a light.

Sub

Subtracts the value of pixels corresponding to the Light2D to the values of pixels under it, resulting in inversed light effect.

Mix

Mix the value of pixels corresponding to the Light2D to the values of pixels under it by linear interpolation.

Mask

The light texture of the Light2D is used as a mask, hiding or revealing parts of the screen underneath depending on the value of each pixel of the light (mask) texture.