Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CompiledClipInstance_object/compiledClipInstanc3.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ compiledClipInstance.blendMode

#### Description

Property; a string that specifies the blend mode. Valid blend modes are: normal, layer, darken, multiply, lighten, screen, overlay, hardlight, add, subtract, difference, invert, alpha, and erase.
Property; a string that specifies the blend mode. Valid blend modes are: normal, layer, darken, multiply, lighten, screen, overlay, hardLight, add, subtract, difference, invert, alpha, and erase.

#### Example

Expand Down
2 changes: 1 addition & 1 deletion Document_object/docum460.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ document.setBlendMode(mode)

#### Parameters

**mode** A string that represents the desired blending mode for the selected objects. Acceptable values are "normal", "layer", "multiply", "screen", "overlay", "hardlight", "lighten", "darken", "difference", "add", "subtract", "invert", "alpha", and "erase".
**mode** A string that represents the desired blending mode for the selected objects. Acceptable values are "normal", "layer", "multiply", "screen", "overlay", "hardLight", "lighten", "darken", "difference", "add", "subtract", "invert", "alpha", and "erase".

#### Returns

Expand Down
2 changes: 1 addition & 1 deletion SymbolInstance_object/symbolInstanc4.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ symbolInstance.blendMode

#### Description

Property; a string that specifies the blending mode to be applied to a movie clip symbol. Acceptable values are "normal", "layer", "multiply", "screen", "overlay", "hardlight", "lighten", "darken", "difference", "add", "subtract", "invert", "alpha", and "erase".
Property; a string that specifies the blending mode to be applied to a movie clip symbol. Acceptable values are "normal", "layer", "multiply", "screen", "overlay", "hardLight", "lighten", "darken", "difference", "add", "subtract", "invert", "alpha", and "erase".

#### Example

Expand Down