Type Property 型プロパティ

destinationOut

A mode that you use to erase any of the background that is covered by opaque source pixels.

Declaration 宣言

static var destinationOut: GraphicsContext.BlendMode { get }

Discussion 議論

This mode implements the equation R = D*(1 - Sa) where

  • R is the composite image.

  • D is the background.

  • Sa is the source image’s alpha value.

See Also 参照

Accessing Porter-Duff Modes