Type Property 型プロパティ

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