Skip to content

Commit d344c68

Browse files
authored
Update blend_filters.md
1 parent 88df069 commit d344c68

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

docs/blend_filters.md

+43-43
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
## Image blends
44

55
- ColorBlend
6-
- ColorBurnBlend
7-
- ColorDodgeBlend
8-
- DarkenBlend
9-
- DifferenceBlend
10-
- ExclusionBlend
11-
- HardLightBlend
12-
- HueBlend
13-
- LightenBlend
14-
- LuminosityBlend
15-
- ModulateBlend
16-
- MultiplyBlend
17-
- OverlayBlend
18-
- PlusBlend
19-
- SaturationBlend
20-
- ScreenBlend
21-
- SoftLightBlend
6+
- ColorBurnBlend
7+
- ColorDodgeBlend
8+
- DarkenBlend
9+
- DifferenceBlend
10+
- ExclusionBlend
11+
- HardLightBlend
12+
- HueBlend
13+
- LightenBlend
14+
- LuminosityBlend
15+
- ModulateBlend
16+
- MultiplyBlend
17+
- OverlayBlend
18+
- PlusBlend
19+
- SaturationBlend
20+
- ScreenBlend
21+
- SoftLightBlend
2222

2323
All image blends have the same props
2424

@@ -39,12 +39,12 @@ All image blends have the same props
3939
<td>dstTransform</td>
4040
<td><a href="types.md#Transform">Transform</a></td>
4141
<td>
42-
<code>
43-
{&nbsp;anchor:&nbsp;{&nbsp;x:&nbsp;0.5,&nbsp;y:&nbsp;0.5&nbsp;},<br>
44-
&nbsp;&nbsp;translate:&nbsp;{&nbsp;x:&nbsp;0.5,&nbsp;y:&nbsp;0.5&nbsp;},<br>
45-
&nbsp;&nbsp;scale:&nbsp;'COVER',<br>
42+
<pre>
43+
{&nbsp;anchor:&nbsp;{&nbsp;x:&nbsp;0.5,&nbsp;y:&nbsp;0.5&nbsp;},
44+
&nbsp;&nbsp;translate:&nbsp;{&nbsp;x:&nbsp;0.5,&nbsp;y:&nbsp;0.5&nbsp;},
45+
&nbsp;&nbsp;scale:&nbsp;'COVER',
4646
&nbsp;&nbsp;rotate:&nbsp;0&nbsp;}
47-
</code>
47+
</pre>
4848
</td>
4949
<td></td>
5050
</tr>
@@ -58,12 +58,12 @@ All image blends have the same props
5858
<td>srcTransform</td>
5959
<td><a href="types.md#Transform">Transform</a></td>
6060
<td>
61-
<code>
62-
{&nbsp;anchor:&nbsp;{&nbsp;x:&nbsp;0.5,&nbsp;y:&nbsp;0.5&nbsp;},<br>
63-
&nbsp;&nbsp;translate:&nbsp;{&nbsp;x:&nbsp;0.5,&nbsp;y:&nbsp;0.5&nbsp;},<br>
64-
&nbsp;&nbsp;scale:&nbsp;'COVER',<br>
61+
<pre>
62+
{&nbsp;anchor:&nbsp;{&nbsp;x:&nbsp;0.5,&nbsp;y:&nbsp;0.5&nbsp;},
63+
&nbsp;&nbsp;translate:&nbsp;{&nbsp;x:&nbsp;0.5,&nbsp;y:&nbsp;0.5&nbsp;},
64+
&nbsp;&nbsp;scale:&nbsp;'COVER',
6565
&nbsp;&nbsp;rotate:&nbsp;0&nbsp;}
66-
</code>
66+
</pre>
6767
</td>
6868
<td></td>
6969
</tr>
@@ -80,22 +80,22 @@ All image blends have the same props
8080
## Color blends
8181

8282
- ColorBlendColor
83-
- ColorBurnBlendColor
84-
- ColorDodgeBlendColor
85-
- DarkenBlendColor
86-
- DifferenceBlendColor
87-
- ExclusionBlendColor
88-
- HardLightBlendColor
89-
- HueBlendColor
90-
- LightenBlendColor
91-
- LuminosityBlendColor
92-
- ModulateBlendColor
93-
- MultiplyBlendColor
94-
- OverlayBlendColor
95-
- PlusBlendColor
96-
- SaturationBlendColor
97-
- ScreenBlendColor
98-
- SoftLightBlendColor
83+
- ColorBurnBlendColor
84+
- ColorDodgeBlendColor
85+
- DarkenBlendColor
86+
- DifferenceBlendColor
87+
- ExclusionBlendColor
88+
- HardLightBlendColor
89+
- HueBlendColor
90+
- LightenBlendColor
91+
- LuminosityBlendColor
92+
- ModulateBlendColor
93+
- MultiplyBlendColor
94+
- OverlayBlendColor
95+
- PlusBlendColor
96+
- SaturationBlendColor
97+
- ScreenBlendColor
98+
- SoftLightBlendColor
9999

100100
All color blends have the same props
101101

@@ -118,4 +118,4 @@ All color blends have the same props
118118
<td>-</td>
119119
<td><strong>required</a></td>
120120
</tr>
121-
</table>
121+
</table>

0 commit comments

Comments
 (0)