Type Property 型プロパティ

lighten

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

Declaration 宣言

static var lighten: GraphicsContext.BlendMode { get }

Discussion 議論

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

See Also 参照

Lightening