-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlendMode.html
More file actions
404 lines (256 loc) · 17.4 KB
/
BlendMode.html
File metadata and controls
404 lines (256 loc) · 17.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="copyright" content="(C) Copyright 2025" />
<meta name="DC.rights.owner" content="(C) Copyright 2025" />
<meta name="generator" content="DITA-OT" /><meta name="DC.type" content="topic" />
<meta name="DC.title" content="BlendMode" />
<meta name="DC.format" content="XHTML" />
<meta name="DC.identifier" content="d1e80334" />
<link rel="stylesheet" type="text/css" href="commonltr.css" />
<title>BlendMode</title>
<link rel="stylesheet" type="text/css" href="styles/main.css" />
<script type="text/javascript" src="scripts/main.js"></script>
</head>
<body id="d1e80334">
<h1 class="title topictitle1" id="ariaid-title1">
<span class="keyword">BlendMode</span>
</h1>
<div class="body">
<p class="p description">Blend mode options.</p>
<p class="p quicklinks">
</p>
<div class="section" id="d1e80334__iProps"><h2 class="title sectiontitle">Values</h2>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" class="table" frame="border" border="1" rules="all"><colgroup><col style="width:30.000000000000004%" /><col style="width:60.00000000000001%" /><col style="width:10.000000000000002%" /></colgroup><thead class="thead" style="text-align:left;">
<tr class="row">
<th class="entry cellrowborder" style="vertical-align:top;" id="d1985332e46">
<p class="p">Name</p>
</th>
<th class="entry cellrowborder" style="vertical-align:top;" id="d1985332e52">
<p class="p">Description</p>
</th>
<th class="entry cellrowborder" style="vertical-align:top;" id="d1985332e58">
<p class="p">Value</p>
</th>
</tr>
</thead>
<tbody class="tbody">
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e46 ">
<p class="p clip_button">BlendMode.COLOR</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e52 ">
<p class="p description">Creates a color with the luminance of the base color and the hue and saturation of the blend color. Note: Preserves gray levels and is useful for coloring monochrome images or tinting color images. Creates the inverse effect of the luminosity blend mode.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e58 ">
<p class="p">1668246642</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e46 ">
<p class="p clip_button">BlendMode.COLOR_BURN</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e52 ">
<p class="p description">Darkens the base color to reflect the blend color. Note: Blending with white produces no change.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e58 ">
<p class="p">2020625768</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e46 ">
<p class="p clip_button">BlendMode.COLOR_DODGE</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e52 ">
<p class="p description">Brightens the base color to reflect the blend color. Note: Blending with pure black produces no change.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e58 ">
<p class="p">2020625767</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e46 ">
<p class="p clip_button">BlendMode.DARKEN</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e52 ">
<p class="p description">Selects the darker of the base or blend colors as the resulting color; replaces areas lighter than the blend color but does not change areas darker than the blend color.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e58 ">
<p class="p">2020625769</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e46 ">
<p class="p clip_button">BlendMode.DIFFERENCE</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e52 ">
<p class="p description">Subtracts either the blend color from the base color or vice versa, depending on which has the greater brightness value. Note: Blending with white inverts the base color values; blending with black produces no change.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e58 ">
<p class="p">2020625771</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e46 ">
<p class="p clip_button">BlendMode.EXCLUSION</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e52 ">
<p class="p description">Creates an effect similar to--but lower in contrast than--the difference blend mode. Note: Blending with white inverts the base color values; blending with black produces no change</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e58 ">
<p class="p">2020625772</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e46 ">
<p class="p clip_button">BlendMode.HARD_LIGHT</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e52 ">
<p class="p description">For blend colors lighter than 50% gray, lightens the artwork as if it were screened; for blend colors darker than 50% gray, darkens the artwork as if it were multiplied. Note: Painting with pure black or white results in pure black or white.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e58 ">
<p class="p">2020625766</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e46 ">
<p class="p clip_button">BlendMode.HUE</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e52 ">
<p class="p description">Creates a color with the luminance and saturation of the base color and the hue of the blend color.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e58 ">
<p class="p">2020625773</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e46 ">
<p class="p clip_button">BlendMode.LIGHTEN</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e52 ">
<p class="p description">Selects the lighter of the base or blend colors as the resulting color; replaces areas darker than the blend color but does not change areas lighter than the blend color</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e58 ">
<p class="p">2020625770</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e46 ">
<p class="p clip_button">BlendMode.LUMINOSITY</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e52 ">
<p class="p description">Creates a color with the hue and saturation of the base color and the luminance of the blend color. Note: Creates the inverse effect of the color blend mode.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e58 ">
<p class="p">2020625776</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e46 ">
<p class="p clip_button">BlendMode.MULTIPLY</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e52 ">
<p class="p description">Multiplies the base color by the blend color, resulting in a darker color. Note: Multiplying with black produces black; multiplying with white leaves the color unchanged.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e58 ">
<p class="p">2020625762</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e46 ">
<p class="p clip_button">BlendMode.NORMAL</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e52 ">
<p class="p description">Colors the object with the blend color, without interaction with the base color.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e58 ">
<p class="p">1852797549</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e46 ">
<p class="p clip_button">BlendMode.OVERLAY</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e52 ">
<p class="p description">Multiplies or screens the colors, depending on the base color; patterns or colors overlay the existing artwork, preserving base color highlights and shadows while mixing in the blend color to reflect the lightness or darkness of the original color.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e58 ">
<p class="p">2020625764</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e46 ">
<p class="p clip_button">BlendMode.SATURATION</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e52 ">
<p class="p description">Creates a color with the luminance and hue of the base color and the saturation of the blend color. Note: Does not change areas with no saturation (0% gray).</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e58 ">
<p class="p">1380545377</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e46 ">
<p class="p clip_button">BlendMode.SCREEN</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e52 ">
<p class="p description">Multiplies the inverse of the blend and base colors, resulting in a lighter color. Note: Screening with white produces white; screening with black leaves the color unchanged.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e58 ">
<p class="p">2020625763</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e46 ">
<p class="p clip_button">BlendMode.SOFT_LIGHT</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e52 ">
<p class="p description">For blend colors lighter than 50% gray, lightens the artwork as if it were dodged; for blend colors darker than 50% gray, darkens the artwork as if it were burned. Note: Painting with pure black or white produces a distinctly darker or lighter area, but does not result in pure black or white.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1985332e58 ">
<p class="p">2020625765</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section"><h2 class="title sectiontitle">Object of</h2>
<p class="p noMargin">
<a class="xref" href="BlendingSetting.html#d1e339060">BlendingSetting</a>.blendMode</p>
<p class="p noMargin">
<a class="xref" href="FindChangeBlendingSetting.html#d1e344317">FindChangeBlendingSetting</a>.blendMode</p>
<p class="p noMargin">
<a class="xref" href="DropShadowSetting.html#d1e339326">DropShadowSetting</a>.blendMode</p>
<p class="p noMargin">
<a class="xref" href="FindChangeDropShadowSetting.html#d1e344637">FindChangeDropShadowSetting</a>.blendMode</p>
<p class="p noMargin">
<a class="xref" href="BevelAndEmbossSetting.html#d1e341085">BevelAndEmbossSetting</a>.highlightBlendMode</p>
<p class="p noMargin">
<a class="xref" href="FindChangeBevelAndEmbossSetting.html#d1e346965">FindChangeBevelAndEmbossSetting</a>.highlightBlendMode</p>
<p class="p noMargin">
<a class="xref" href="InnerGlowSetting.html#d1e340751">InnerGlowSetting</a>.blendMode</p>
<p class="p noMargin">
<a class="xref" href="FindChangeInnerGlowSetting.html#d1e346508">FindChangeInnerGlowSetting</a>.blendMode</p>
<p class="p noMargin">
<a class="xref" href="InnerShadowSetting.html#d1e340032">InnerShadowSetting</a>.blendMode</p>
<p class="p noMargin">
<a class="xref" href="FindChangeInnerShadowSetting.html#d1e345553">FindChangeInnerShadowSetting</a>.blendMode</p>
<p class="p noMargin">
<a class="xref" href="OuterGlowSetting.html#d1e340427">OuterGlowSetting</a>.blendMode</p>
<p class="p noMargin">
<a class="xref" href="FindChangeOuterGlowSetting.html#d1e346070">FindChangeOuterGlowSetting</a>.blendMode</p>
<p class="p noMargin">
<a class="xref" href="SatinSetting.html#d1e341507">SatinSetting</a>.blendMode</p>
<p class="p noMargin">
<a class="xref" href="FindChangeSatinSetting.html#d1e347581">FindChangeSatinSetting</a>.blendMode</p>
<p class="p noMargin">
<a class="xref" href="BevelAndEmbossSetting.html#d1e341085">BevelAndEmbossSetting</a>.shadowBlendMode</p>
<p class="p noMargin">
<a class="xref" href="FindChangeBevelAndEmbossSetting.html#d1e346965">FindChangeBevelAndEmbossSetting</a>.shadowBlendMode</p>
</div>
</div>
</body>
</html>