Contents

screen

A mode that multiplies the inverse of the source image samples with the inverse of the background image samples.

Declaration

static var screen: GraphicsContext.BlendMode { get }

Discussion

Drawing in this mode results in colors that are at least as light as either of the two contributing sample colors.

See Also

Lightening