@@ -150,7 +150,7 @@ def additive(background: np.ndarray, foreground: np.ndarray) -> np.ndarray: ...
150150
151151## alpha_comp_shell
152152
153- [ Show source in blend.py:626 ] ( ../../../blendmodes/blend.py#L626 )
153+ [ Show source in blend.py:631 ] ( ../../../blendmodes/blend.py#L631 )
154154
155155Implement common transformations occurring in any blend or composite mode.
156156
@@ -170,7 +170,7 @@ def alpha_comp_shell(
170170
171171## blend
172172
173- [ Show source in blend.py:391 ] ( ../../../blendmodes/blend.py#L391 )
173+ [ Show source in blend.py:393 ] ( ../../../blendmodes/blend.py#L393 )
174174
175175Blend pixels.
176176
@@ -219,7 +219,7 @@ def blend(
219219
220220## blendLayers
221221
222- [ Show source in blend.py:457 ] ( ../../../blendmodes/blend.py#L457 )
222+ [ Show source in blend.py:460 ] ( ../../../blendmodes/blend.py#L460 )
223223
224224Blend two layers (background, and foreground).
225225
@@ -271,7 +271,7 @@ def blendLayers(
271271
272272## blendLayersArray
273273
274- [ Show source in blend.py:506 ] ( ../../../blendmodes/blend.py#L506 )
274+ [ Show source in blend.py:510 ] ( ../../../blendmodes/blend.py#L510 )
275275
276276Blend two layers (background, and foreground).
277277
@@ -564,7 +564,7 @@ def hue(background: np.ndarray, foreground: np.ndarray) -> np.ndarray: ...
564564
565565## imageFloatToInt
566566
567- [ Show source in blend.py:374 ] ( ../../../blendmodes/blend.py#L374 )
567+ [ Show source in blend.py:375 ] ( ../../../blendmodes/blend.py#L375 )
568568
569569Convert a numpy array representing an image to an array of ints.
570570
0 commit comments