Contents

darken

A mode that creates composite image samples by choosing the darker samples from either the source image or the background.

Declaration

static var darken: GraphicsContext.BlendMode { get }

Discussion

When you draw in this mode, source image samples that are darker than the background replace the background. Otherwise, the background image samples remain unchanged.

See Also

Darkening