Browse Source

Add missed blend mode in Gui (#388)

* add missed blend mode

* fix typo
Alexey Gulev 1 year ago
parent
commit
033ea679eb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/en/manuals/gui.md

+ 1 - 0
docs/en/manuals/gui.md

@@ -178,6 +178,7 @@ Blend mode
   - `Alpha` alpha blends the pixel values of the node with the background. This corresponds to "Normal" blend mode in graphics software.
   - `Add` adds the pixel values of the node with the background. This corresponds to "Linear dodge" in some graphics software.
   - `Multiply` multiplies the pixel values of the node with the background.
+  - `Screen` inversely multiplies the pixel values of the node with the background. This corresponds to "Screen" blend mode in graphics software.
 
 Pivot
 : Sets the pivot point for the node. This can be seen as the "center point" of the node. Any rotation, scaling or size change will happen around this point.