Skip to content

Commit 7289eaa

Browse files
author
Cristy
committed
clarify divide
1 parent f7d6142 commit 7289eaa

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docs/compose/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,8 @@ <h2>Mathematical Composition Methods</h2>
230230
</tr>
231231

232232
<tr>
233-
<td>divide-fx</td>
234-
<td>The source is divided by the destination and replaces the
235-
destination.</td>
233+
<td>divide</td>
234+
<td>Works by dividing the pixel values of one input image by those of another, channel by channel. This produces specialized blending effects, often for normalization or highlighting contrasts.</td>
236235
</tr>
237236

238237
<tr>
@@ -256,7 +255,7 @@ <h2>Mathematical Composition Methods</h2>
256255
</tr>
257256

258257
<tr>
259-
<td>divide<br/>(divide-dst)</td>
258+
<td>divide-dst</td>
260259
<td>Performs a true mathematical division of the destination color by the
261260
source color, channel by channel ( <code>Dc / Sc</code> ), and replaces
262261
the destination. Where the two images are equal the result is white

0 commit comments

Comments
 (0)