Type Property 型プロパティ

destinationIn

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

Declaration 宣言

static var destinationIn: GraphicsContext.BlendMode { get }

Discussion 議論

This mode implements the equation R = D*Sa where

  • R is the composite image.

  • S is the source image.

  • Da is the source background’s alpha value.

See Also 参照

Accessing Porter-Duff Modes