Page MenuHome

MASKS: Missing canonical Porter Duff alpha merge algorithm
Closed, ResolvedPublicPATCH

Description

It appears the basic Porter Duff merge algorithm was missing from the Mask blend layer mode.

The canonical algorithm for uncorrelated geometry should be:

Alpha.Out = Alpha.A + Alpha.B * ( 1 - Alpha.A)

Event Timeline

Campbell Barton (campbellbarton) changed the task status from Unknown Status to Resolved.Jul 28 2012, 1:36 PM