Type Property 型プロパティ

destinationOver

A mode that you use to paint the source image under the background.

Declaration 宣言

static var destinationOver: GraphicsContext.BlendMode { get }

Discussion 議論

This mode implements the equation R = S*(1 - Da) + D where

  • R is the composite image.

  • S is the source image.

  • D is the background.

  • Da is the source background’s alpha value.

See Also 参照

Accessing Porter-Duff Modes