Contents

multiply

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

Declaration

static var multiply: GraphicsContext.BlendMode { get }

Discussion

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

See Also

Darkening