3
3
## Image blends
4
4
5
5
- 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
22
22
23
23
All image blends have the same props
24
24
@@ -39,12 +39,12 @@ All image blends have the same props
39
39
<td>dstTransform</td>
40
40
<td><a href="types.md#Transform">Transform</a></td>
41
41
<td>
42
- <code >
43
- {  ; anchor:  ; {  ; x:  ; 0.5,  ; y:  ; 0.5  ; },< br >
44
-   ;  ; translate:  ; {  ; x:  ; 0.5,  ; y:  ; 0.5  ; },< br >
45
-   ;  ; scale:  ; 'COVER',< br >
42
+ <pre >
43
+ {  ; anchor:  ; {  ; x:  ; 0.5,  ; y:  ; 0.5  ; },
44
+   ;  ; translate:  ; {  ; x:  ; 0.5,  ; y:  ; 0.5  ; },
45
+   ;  ; scale:  ; 'COVER',
46
46
  ;  ; rotate:  ; 0  ; }
47
- </code >
47
+ </pre >
48
48
</td>
49
49
<td></td>
50
50
</tr >
@@ -58,12 +58,12 @@ All image blends have the same props
58
58
<td>srcTransform</td>
59
59
<td><a href="types.md#Transform">Transform</a></td>
60
60
<td>
61
- <code >
62
- {  ; anchor:  ; {  ; x:  ; 0.5,  ; y:  ; 0.5  ; },< br >
63
-   ;  ; translate:  ; {  ; x:  ; 0.5,  ; y:  ; 0.5  ; },< br >
64
-   ;  ; scale:  ; 'COVER',< br >
61
+ <pre >
62
+ {  ; anchor:  ; {  ; x:  ; 0.5,  ; y:  ; 0.5  ; },
63
+   ;  ; translate:  ; {  ; x:  ; 0.5,  ; y:  ; 0.5  ; },
64
+   ;  ; scale:  ; 'COVER',
65
65
  ;  ; rotate:  ; 0  ; }
66
- </code >
66
+ </pre >
67
67
</td>
68
68
<td></td>
69
69
</tr >
@@ -80,22 +80,22 @@ All image blends have the same props
80
80
## Color blends
81
81
82
82
- 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
99
99
100
100
All color blends have the same props
101
101
@@ -118,4 +118,4 @@ All color blends have the same props
118
118
<td>-</td>
119
119
<td><strong>required</a></td>
120
120
</tr >
121
- </table >
121
+ </table >
0 commit comments