From 9f782e7e6500ead8226e69c20f487cc68cf53d35 Mon Sep 17 00:00:00 2001 From: MaybeMaru <97055307+MaybeMaru@users.noreply.github.com> Date: Wed, 26 Nov 2025 20:52:54 +0100 Subject: [PATCH] Fix hardlight doc --- CompiledClipInstance_object/compiledClipInstanc3.md | 2 +- Document_object/docum460.md | 2 +- SymbolInstance_object/symbolInstanc4.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CompiledClipInstance_object/compiledClipInstanc3.md b/CompiledClipInstance_object/compiledClipInstanc3.md index 0a003fb0..eaf68110 100644 --- a/CompiledClipInstance_object/compiledClipInstanc3.md +++ b/CompiledClipInstance_object/compiledClipInstanc3.md @@ -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 diff --git a/Document_object/docum460.md b/Document_object/docum460.md index 7c40896a..1ac2534c 100644 --- a/Document_object/docum460.md +++ b/Document_object/docum460.md @@ -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 diff --git a/SymbolInstance_object/symbolInstanc4.md b/SymbolInstance_object/symbolInstanc4.md index 2933d01c..691336fd 100644 --- a/SymbolInstance_object/symbolInstanc4.md +++ b/SymbolInstance_object/symbolInstanc4.md @@ -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