Identical and similar blend modes
Alejandro Tejada
capellan2000 at gmail.com
Mon May 15 23:38:36 EDT 2017
After a quick test, these are my results
looking for identical and similar blend modes
but notice that these results could differ
from your own results:
1) srcXor = BlendExclusion = BlendDifference
2) srcOr = addMax = addPin = BlendDodge = BlendLighten = blendScreen =
BlendPlus
3) srcCopy = Transparent = BlendHardLight
4) srcAnd = adMin = BlendBurn = BlendDarken = BlendMultiply
5) addOver = noop = BlendDstOver
subPin almost looks like reverse
There are many aritmetic and bitwise blending modes
that do not have a direct equivalent using Imaging
blend modes... but probably (or not) these blending
modes could be "simulated" using color overlays,
groups, structural blends and imaging blend modes
Al
More information about the use-livecode
mailing list