Type Property 型プロパティ

plusLighter

A mode that adds the components of the source and background images, resulting in a lightened composite.

Declaration 宣言

static var plusLighter: GraphicsContext.BlendMode { get }

Discussion 議論

This mode implements the equation R = MIN(1, S + D) where

  • R is the composite image.

  • S is the source image.

  • D is the background.

See Also 参照

Lightening