Type Property 型プロパティ

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