Module technology.sola.engine
Class LinearDodgeBlendFunction
java.lang.Object
technology.sola.engine.graphics.renderer.blend.LinearDodgeBlendFunction
- All Implemented Interfaces:
BlendFunction
Adds the top and bottom pixels together ignoring alpha.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LinearDodgeBlendFunction
public LinearDodgeBlendFunction()
-
-
Method Details
-
set
Description copied from interface:BlendFunction
Method called to set the color of the pixel at pixelIndex.- Specified by:
set
in interfaceBlendFunction
- Parameters:
pixels
- the array of pixelspixelIndex
- the index of the destination pixel to modifycolor
- theColor
of the top pixel being applied
-