Blend Mode

Blending mode can be used to create compound images. Compounding is the process of changing the transparency or color interaction of multiple overlapping objects. Blending allows you to blend colors in overlapping movie clips to create unique effects.

ModeDescription
normalThe color is applied as normal and does not interact with the base color.
layerAllows you to superimpose movie clips without affecting the color.
darkenOnly areas lighter than the blend color will be replaced. Areas darker than the blend color will not be changed.
multiplyThe base color and the blend color are multiplied, resulting in a darker color.
lightenOnly pixels darker than the blend color will be replaced. Areas lighter than the blend color will not be changed.
screenThe blended color will be multiplied by the inverted color and the base color, resulting in a whitening effect.
overlayThe color will be multiplied or screened depending on the base color.
hardlightColors will be multiplied or screened depending on the blend mode color. The effect is as if a spotlight were shining on the object.
addIt is usually used to animate a dissolve that dilutes the color between two images.
subtractIt is usually used to animate the dissolve effect, which darkens the colors between two images.
differenceSubtracts the lower brightness from the higher brightness of the base color and the blend color. This effect is similar to color inversion.
invertThe base color will be inverted.
alphaThe alpha mask will be applied.
eraseAll base color pixels will be removed, including the base color of the background image.