Lighten (Max)

Commutativity
Commutative
Category
Lighten
Formula

RESULT = MAX (BASE, BACKGROUND)

Keeps the lightest color between the background and Base Color. Alpha has no effect on this Blend Mode. Notable Values: White = Produces White. (max(1,X) = 1); Black = Keeps all colors the same (max(0, X) = X).