EricChadwick
01-05-2004, 06:41 PM
Does anyone know if these two layer blending modes are the same as the traditional non-PS Additive and Subtractive blending?
I think Linear Burn is basically Subtractive:
one = Color(1,1,1);
colorout = Layer1 + BaseMap - one;
But I might be wrong.
Here's the description from the Photoshop Help file :
Looks at the color information in each channel and darkens the base color to reflect the blend color by decreasing the brightness. Blending with white produces no change.
And I think Linear Dodge is basically Additive:
colorout = Layer1 + BaseMap;
Here's the description from the Photoshop Help file :
Looks at the color information in each channel and brightens the base color to reflect the blend color by increasing the brightness. Blending with black produces no change.
The equations are from Michael Spaw's site (http://www.morphographic.com/Diversions/MaxPlugins/Diversions_3DMAXPluginsCompositeMode.htm).
Also curious if anyone has the equations for Vivid Light, Linear Light, and Pin Light...
Thanks!
I think Linear Burn is basically Subtractive:
one = Color(1,1,1);
colorout = Layer1 + BaseMap - one;
But I might be wrong.
Here's the description from the Photoshop Help file :
Looks at the color information in each channel and darkens the base color to reflect the blend color by decreasing the brightness. Blending with white produces no change.
And I think Linear Dodge is basically Additive:
colorout = Layer1 + BaseMap;
Here's the description from the Photoshop Help file :
Looks at the color information in each channel and brightens the base color to reflect the blend color by increasing the brightness. Blending with black produces no change.
The equations are from Michael Spaw's site (http://www.morphographic.com/Diversions/MaxPlugins/Diversions_3DMAXPluginsCompositeMode.htm).
Also curious if anyone has the equations for Vivid Light, Linear Light, and Pin Light...
Thanks!
